X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fdatabase.h;h=2c5ada2874011275b2997b84de79fbc6587b6398;hp=ba74d70a5bc13fc7622b22cbe2f9a403fed2e27c;hb=c0fefa6cbf8a42aae7d6ad672d474026004b29d7;hpb=7edd297293a985ce15ec6b1c1caae92fdba4c07f diff --git a/citadel/database.h b/citadel/database.h index ba74d70a5..2c5ada287 100644 --- a/citadel/database.h +++ b/citadel/database.h @@ -14,4 +14,4 @@ void cdb_end_transaction(void); void cdb_allocate_tsd(void); void cdb_free_tsd(void); void cdb_check_handles(void); - +void cdb_trunc(int cdb);