X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fdatabase.h;fp=citadel%2Fdatabase.h;h=362d1724a5b5c575b779ba225e7329a4932faab5;hp=e7acb31fbd9b44398a930a4c4a12fa069c1780f0;hb=cdd014a096900b9abc851eb391b465395707134c;hpb=d200a9f51fd202b5ff610218f3e91e133ccc0385 diff --git a/citadel/database.h b/citadel/database.h index e7acb31fb..362d1724a 100644 --- a/citadel/database.h +++ b/citadel/database.h @@ -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 */