aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/storage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/storage.h b/include/storage.h
index bef740a..ebf2dc2 100644
--- a/include/storage.h
+++ b/include/storage.h
@@ -101,6 +101,8 @@ int htableAdd(htable *ht, uint64_t h);
uint64_t htableSearch(htable *ht, uint64_t h);
+int htableDelete(htable *ht, uint64_t h);
+
// MTABLE
mtable *newMtable(uint64_t size);