* lots of warning fixes; builds with -std1 on dec unix
[citadel.git] / citadel / sysdep_decls.h
index 92eba8d6bfd07fa94bec63e7ef2da80442be26a1..1e0b7a6bed6d6b9ec2718bcbb1a10dde812f3e27 100644 (file)
@@ -16,7 +16,7 @@ int client_gets (char *buf);
 void sysdep_master_cleanup (void);
 void cleanup (int exit_code);
 void kill_session (int session_to_kill);
-void sd_context_loop (struct CitContext *con);
+void *sd_context_loop (struct CitContext *con);
 void start_daemon (int do_close_stdio);
 void cmd_nset (char *cmdbuf);
 int convert_login (char *NameToConvert);