X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fsysdep_decls.h;h=221640fdd59e8c1fb961c9c8719944eff90f7146;hb=45fc293fa4f3071711a67c85b1337e5b1eebea23;hp=89348bf37bec9f72a09906c67666ffa246ddff5d;hpb=9c1d903de67b0f7c570176f2c7e1253c92277baa;p=citadel.git diff --git a/citadel/sysdep_decls.h b/citadel/sysdep_decls.h index 89348bf37..221640fdd 100644 --- a/citadel/sysdep_decls.h +++ b/citadel/sysdep_decls.h @@ -39,8 +39,8 @@ void cprintf (const char *format, ...); #endif void init_sysdep (void); -int ctdl_tcp_server(char *ip_addr, int port_number, int queue_len, char *errormessage); -int ctdl_uds_server(char *sockpath, int queue_len, char *errormessage); +int ctdl_tcp_server(char *ip_addr, int port_number, int queue_len); +int ctdl_uds_server(char *sockpath, int queue_len); void buffer_output(void); void unbuffer_output(void); void flush_output(void);