]> code.citadel.org Git - citadel.git/blobdiff - citadel/sysdep_decls.h
* Updated the ig_tcp_server() function to allow binding to a single IP
[citadel.git] / citadel / sysdep_decls.h
index 008031e4a3b094e7e33b1997a99e8bbbefeab711..d58124e12e317bf2a50e622578b6620cf210f5c8 100644 (file)
@@ -44,7 +44,7 @@ void cprintf (const char *format, ...);
 void init_sysdep (void);
 void begin_critical_section (int which_one);
 void end_critical_section (int which_one);
-int ig_tcp_server (int port_number, int queue_len);
+int ig_tcp_server (char *ip_addr, int port_number, int queue_len);
 int ig_uds_server(char *sockpath, int queue_len);
 INLINE struct CitContext *MyContext (void);
 struct CitContext *CreateNewContext (void);