]> code.citadel.org Git - citadel.git/blobdiff - citadel/database.h
Fixed a bug reported by bennabiy, certain IMAP FETCH operations were outputting a...
[citadel.git] / citadel / database.h
index a9f0bbfd3a1d523a1212ec4e86bc39d2f109db10..cfaa1bd600c3093ac5620be073494e477088a39f 100644 (file)
@@ -33,6 +33,8 @@ void *checkpoint_thread(void *arg);
 void cdb_chmod_data(void);
 void cdb_checkpoint(void);
 void check_handles(void *arg);
+void cdb_cull_logs(void);
+
 
 /*
  * Database records beginning with this magic number are assumed to
@@ -51,5 +53,7 @@ struct CtdlCompressHeader {
        size_t compressed_len;
 };
 
+int CheckIfAlreadySeen(StrBuf *guid);
+
 #endif /* DATABASE_H */