]> code.citadel.org Git - citadel.git/blobdiff - citadel/sysdep_decls.h
* citserver.c: cleanup hook functions are now run under the proper context,
[citadel.git] / citadel / sysdep_decls.h
index 5c613966c3435ef0a35b2a8d118d91c0bc53e056..8fcbb82e81742dd248c74305f7ebdcdc38dfef14 100644 (file)
@@ -19,5 +19,6 @@ void start_daemon (int do_close_stdio);
 void cmd_nset (char *cmdbuf);
 int convert_login (char *NameToConvert);
 void worker_thread (void);
+inline void become_session(struct CitContext *which_con);
 
 extern int num_sessions;