* support autoconf 2.53
[citadel.git] / citadel / ipc.h
1 /* $Id$ */
2 void attach_to_server(int argc, char **argv, char *hostbuf, char *portbuf);
3 extern int server_is_local;
4 int getsockfd(void);
5 char serv_getc(void);
6 int is_connected(void);
7 extern int (*error_printf)(char *s, ...);
8 void setIPCDeathHook(void (*hook)(void));
9 void setIPCErrorPrintf(int (*func)(char *s, ...));