* Numerous warning fixes and cleanups for compile on Linux for IBM S/390
[citadel.git] / citadel / citadel_ipc.h
index e1705acdc758ce4cf593f23af80376e56bc27bec..2443ee1a281f8974748eaf9fd7e631e1ae2d82e4 100644 (file)
@@ -250,6 +250,9 @@ void setCryptoStatusHook(void (*hook)(char *s));
 extern int (*error_printf)(char *s, ...);
 void setIPCDeathHook(void (*hook)(void));
 void setIPCErrorPrintf(int (*func)(char *s, ...));
+void connection_died(CtdlIPC *ipc);
+int CtdlIPC_getsockfd(CtdlIPC* ipc);
+char CtdlIPC_get(CtdlIPC* ipc);
 
 #ifdef __cplusplus
 }