]> code.citadel.org Git - citadel.git/blobdiff - citadel/ipc.h
* support autoconf 2.53
[citadel.git] / citadel / ipc.h
index 930550654fff3dffc00a0a2d158f26008e95debe..ab99d97245f3c49b6db86a7c48aec9205ebd2e45 100644 (file)
@@ -1,4 +1,9 @@
-void attach_to_server(int argc, char **argv);
-extern char server_is_local;
+/* $Id$ */
+void attach_to_server(int argc, char **argv, char *hostbuf, char *portbuf);
+extern int server_is_local;
 int getsockfd(void);
 char serv_getc(void);
+int is_connected(void);
+extern int (*error_printf)(char *s, ...);
+void setIPCDeathHook(void (*hook)(void));
+void setIPCErrorPrintf(int (*func)(char *s, ...));