]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel_decls.h
* citadel.c: temporarily commented out the signal() call for SIGHUP because
[citadel.git] / citadel / citadel_decls.h
index 0daa6c2f37e1161111bb141650c1c2bdb752b3d5..26ffd01d37baef2f0f719564d6b70b1119a6b6e9 100644 (file)
@@ -26,7 +26,8 @@ extern char arg_screen;
 extern char rc_alt_semantics;
 extern char rc_reply_extedit;
 extern char instant_msgs;
-void logoff(CtdlIPC *ipc, int code);
+void ctdl_logoff(char *file, int line, CtdlIPC *ipc, int code);
+#define logoff(ipc, code)      ctdl_logoff(__FILE__, __LINE__, ipc, code)
 void formout(CtdlIPC *ipc, char *name);
 void sighandler(int which_sig);
 extern int secure;