* Silently refuse to add directory entries for Internet addresses already
[citadel.git] / citadel / database_sleepycat.c
index 45cff4dc2e30c46c9a679b5a1ebac9e6ad67b50e..62c3deb9f4f6994a1e8216adb2aabac3fe04da47 100644 (file)
@@ -664,6 +664,15 @@ struct cdbdata *cdb_next_item(int cdb)
 }
 
 
+
+/*
+ * Truncate (delete every record)
+ */
+void cdb_trunc(int cdb) {
+       /* FIXME this needs to be implemented */
+}
+
+
 /*
  * Transaction-based stuff.  I'm writing this as I bake cookies...
  */