X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fsysdep_decls.h;h=f77d6e4a5d6f886453f83592bee01aea9e743ede;hb=01cc19a4c2da27b4db0e980ccd3ca54d834319c8;hp=1efd903e384edbe9c0422b116a8e3c430f9b3256;hpb=03e37ac6a49a6c06b2f1e6aee1c6d1d01836ab07;p=citadel.git diff --git a/citadel/sysdep_decls.h b/citadel/sysdep_decls.h index 1efd903e3..f77d6e4a5 100644 --- a/citadel/sysdep_decls.h +++ b/citadel/sysdep_decls.h @@ -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 */