Moved to new module init structure.
[citadel.git] / citadel / sysdep_decls.h
index 1efd903e384edbe9c0422b116a8e3c430f9b3256..f77d6e4a5d6f886453f83592bee01aea9e743ede 100644 (file)
@@ -1,5 +1,7 @@
 /* $Id$ */
 
+#ifndef SYSDEP_DECLS_H
+#define SYSDEP_DECLS_H
 
 /*
  * Uncomment this #define if you are a Citadel developer tracking
@@ -13,6 +15,7 @@
 #include "sysdep.h"
 #include "server.h"
 
+
 /* Logging levels - correspond to syslog(3) */
 enum LogLevel {
        /* When about to exit the server for an unrecoverable error */
@@ -103,3 +106,5 @@ void dump_heap(void);
 void create_maintenance_threads(void);
 extern pthread_t indexer_thread_tid;
 extern pthread_t checkpoint_thread_tid;
+
+#endif /* SYSDEP_DECLS_H */