diff channel.h @ 9:7f77962de998

- Reworked non-channel fd handling to listener.c - More channel cleaning up
author Matt Johnston <matt@ucc.asn.au>
date Thu, 03 Jun 2004 16:45:53 +0000
parents 425ed5c20157
children db2c8e6fb284
line wrap: on
line diff
--- a/channel.h	Wed Jun 02 04:59:49 2004 +0000
+++ b/channel.h	Thu Jun 03 16:45:53 2004 +0000
@@ -114,8 +114,7 @@
 void recv_msg_channel_eof();
 
 #ifdef USE_LISTENERS
-int send_msg_channel_open_init(int fd, struct ChanType *type,
-		const char * typestring);
+int send_msg_channel_open_init(int fd, const struct ChanType *type);
 void recv_msg_channel_open_confirmation();
 void recv_msg_channel_open_failure();
 #endif