summaryrefslogtreecommitdiff
path: root/src/emap/hashtable.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emap/hashtable.h')
-rw-r--r--src/emap/hashtable.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emap/hashtable.h b/src/emap/hashtable.h
index 44712cd..403304e 100644
--- a/src/emap/hashtable.h
+++ b/src/emap/hashtable.h
@@ -31,7 +31,10 @@ struct htreg_interface
bool (*destroy_iterator) (int64 id);
bool (*iterator_check) (int64 id);
bool (*iterator_exists) (int64 id);
+ const char* (*iterator_firstkey) (int64 id);
+ const char* (*iterator_lastkey) (int64 id);
const char* (*iterator_nextkey) (int64 id);
+ const char* (*iterator_prevkey) (int64 id);
};
void htreg_defaults(void);