Make beauty
authorteodor <teodor>
Wed, 9 Feb 2005 10:29:52 +0000 (10:29 +0000)
committerteodor <teodor>
Wed, 9 Feb 2005 10:29:52 +0000 (10:29 +0000)
tbtree.h

index f6e4117..e6169a6 100644 (file)
--- a/tbtree.h
+++ b/tbtree.h
@@ -146,6 +146,8 @@ int TBTSync(TBTree *db) ;
 int TBTFind(TBTree *db, TBTValue *key, TBTValue *value);
 int TBTInsert(TBTree *db, TBTValue *key, TBTValue *value);
 int TBTDelete(TBTree *db, TBTValue *key);
+
+/* debug function, assume key is int4 or string and values are strings */
 void dumpTree(TBTree *db, u_int32_t pagenumber, int follow);
 
 typedef struct {