]> code.citadel.org Git - citadel.git/blobdiff - citadel/server/sysdep_decls.h
master_cleanup() is now the global shutdown/exit function
[citadel.git] / citadel / server / sysdep_decls.h
index 221640fdd59e8c1fb961c9c8719944eff90f7146..4134350f2a495f7c4246412f23f34e2c21760a98 100644 (file)
@@ -9,12 +9,6 @@
 #include <pthread.h>
 #endif
 
-#include <db.h>
-
-#if DB_VERSION_MAJOR < 5
-#error Citadel requires Berkeley DB v5 or newer.  Please upgrade.
-#endif
-
 #include "server.h"
 #include "database.h"
 
@@ -53,7 +47,6 @@ int client_read_blob(StrBuf *Target, int bytes, int timeout);
 void client_set_inbound_buf(long N);
 int client_read_random_blob(StrBuf *Target, int timeout);
 void client_close(void);
-void sysdep_master_cleanup (void);
 void kill_session (int session_to_kill);
 void start_daemon (int do_close_stdio);
 void checkcrash(void);
@@ -69,7 +62,6 @@ extern volatile int restart_server;
 extern int verbosity;
 extern int rescan[];
 
-
 extern int SyslogFacility(char *name);
 
 #endif /* SYSDEP_DECLS_H */