Eager-zero and compress CDB_USETABLE records to save disk space.
[citadel.git] / citadel / database.h
index e7acb31fbd9b44398a930a4c4a12fa069c1780f0..362d1724a5b5c575b779ba225e7329a4932faab5 100644 (file)
@@ -60,13 +60,14 @@ typedef enum __eCheckType {
        eWrite         /* write this to DB, unconditional. */
 }eCheckType;
 
-time_t CheckIfAlreadySeen(const char *Facility,
-                         StrBuf *guid,
-                         time_t now,
-                         time_t antiexpire,
-                         eCheckType cType,
-                         long ccid,
-                         long ioid);
+//time_t CheckIfAlreadySeen(const char *Facility,
+                         //StrBuf *guid,
+                         //time_t now,
+                         //time_t antiexpire,
+                         //eCheckType cType,
+                         //long ccid,
+                         //long ioid);
+time_t CheckIfAlreadySeen(StrBuf *guid, time_t now, time_t antiexpire, eCheckType cType);
 
 
 #endif /* DATABASE_H */