Changed the way we do the TSD area.
[citadel.git] / citadel / database.h
index c7fe3833eca7e18707a193ae8e663e6eb18f2456..c4aac796eaac8d600ff9569389261cf1e7fa5060 100644 (file)
@@ -1,4 +1,9 @@
 /* $Id$ */
+
+#ifndef DATABASE_H
+#define DATABASE_H
+
+
 void defrag_databases (void);
 void open_databases (void);
 void close_databases (void);
@@ -18,6 +23,7 @@ void cdb_trunc(int cdb);
 void *checkpoint_thread(void *arg);
 void cdb_chmod_data(void);
 void cdb_checkpoint(void);
+void check_handles(void *arg);
 
 /*
  * Database records beginning with this magic number are assumed to
@@ -36,4 +42,5 @@ struct CtdlCompressHeader {
        size_t compressed_len;
 };
 
+#endif /* DATABASE_H */