--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/cdb.h Fri Oct 19 14:06:22 2007 +0200
@@ -0,0 +1,12 @@
+#ifndef CDB_H
+#define CDB_H
+
+#include "uint32.h"
+
+extern uint32 cdb_hash();
+extern uint32 cdb_unpack();
+
+extern int cdb_bread();
+extern int cdb_seek();
+
+#endif