projects
/
tedtools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
beb40fd
)
Make beauty
author
teodor
<teodor>
Wed, 9 Feb 2005 10:29:52 +0000
(10:29 +0000)
committer
teodor
<teodor>
Wed, 9 Feb 2005 10:29:52 +0000
(10:29 +0000)
tbtree.h
patch
|
blob
|
history
diff --git
a/tbtree.h
b/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 {