diff listener.h @ 13:db2c8e6fb284

Fixed stupid agentfwd error (using the listening FD, not the accepted on. gah)
author Matt Johnston <matt@ucc.asn.au>
date Thu, 03 Jun 2004 18:08:34 +0000
parents 7f77962de998
children 20563735e8b5
line wrap: on
line diff
--- a/listener.h	Thu Jun 03 17:29:17 2004 +0000
+++ b/listener.h	Thu Jun 03 18:08:34 2004 +0000
@@ -21,7 +21,7 @@
 
 };
 
-void listener_initialise();
+void listeners_initialise();
 void handle_listeners(fd_set * readfds);
 void set_listener_fds(fd_set * readfds);