From 7be0d5815deaa53ced4ed193044151b9ef7a73a0 Mon Sep 17 00:00:00 2001 From: teodor Date: Wed, 9 Feb 2005 10:29:52 +0000 Subject: [PATCH] Make beauty --- tbtree.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tbtree.h b/tbtree.h index f6e4117..e6169a6 100644 --- 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 { -- 2.37.3