X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcitadel_ipc.h;h=2443ee1a281f8974748eaf9fd7e631e1ae2d82e4;hb=c37a284b5bcd01add96c605c44ce85b5e89cd947;hp=e1705acdc758ce4cf593f23af80376e56bc27bec;hpb=6118a96005c4fda63eedefa9b0ac03b520f56999;p=citadel.git diff --git a/citadel/citadel_ipc.h b/citadel/citadel_ipc.h index e1705acdc..2443ee1a2 100644 --- a/citadel/citadel_ipc.h +++ b/citadel/citadel_ipc.h @@ -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 }