]> code.citadel.org Git - citadel.git/blobdiff - citadel/ipc.h
* Removed references to strucmp() and struncmp(), replaced them with
[citadel.git] / citadel / ipc.h
index 92b8138338b624857fe19baaef9b409e0cfc0b66..d19144042eec14bfd0da9fdc201af36328122b84 100644 (file)
@@ -1,5 +1,5 @@
 /* $Id$ */
-void attach_to_server(int argc, char **argv);
+void attach_to_server(int argc, char **argv, char *hostbuf, char *portbuf);
 extern int server_is_local;
 int getsockfd(void);
 char serv_getc(void);