diff svr-agentfwd.c @ 108:10f4d3319780

- added circular buffering for channels - added stderr support for the client - cleaned up a bunch of "unused" warnings, duplicated header definitions - added exit-status support for the client
author Matt Johnston <matt@ucc.asn.au>
date Thu, 26 Aug 2004 13:16:40 +0000
parents b0316ce64e4b
children 2e9d1f29c50f
line wrap: on
line diff
--- a/svr-agentfwd.c	Tue Aug 24 18:12:18 2004 +0000
+++ b/svr-agentfwd.c	Thu Aug 26 13:16:40 2004 +0000
@@ -97,7 +97,7 @@
 /* accepts a connection on the forwarded socket and opens a new channel for it
  * back to the client */
 /* returns DROPBEAR_SUCCESS or DROPBEAR_FAILURE */
-static void agentaccept(struct Listener * listener, int sock) {
+static void agentaccept(struct Listener *UNUSED(listener), int sock) {
 
 	int fd;