summaryrefslogtreecommitdiffstats
path: root/src/server/hashtable.h
diff options
context:
space:
mode:
authorJohann Latocha2012-01-26 18:53:43 +0100
committerJohann Latocha2012-01-26 18:53:43 +0100
commitecd41fa1ea2b5b267e6f04170bad30b150433fc6 (patch)
tree5092f862fa50ede329e25a6e104e0cacbbe25eea /src/server/hashtable.h
parent[KERNEL] Multi device support (diff)
downloaddnbd3-ecd41fa1ea2b5b267e6f04170bad30b150433fc6.tar.gz
dnbd3-ecd41fa1ea2b5b267e6f04170bad30b150433fc6.tar.xz
dnbd3-ecd41fa1ea2b5b267e6f04170bad30b150433fc6.zip
[SERVER] Reload configuration at runtime
Diffstat (limited to 'src/server/hashtable.h')
-rw-r--r--src/server/hashtable.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/hashtable.h b/src/server/hashtable.h
index c05d459..3851d96 100644
--- a/src/server/hashtable.h
+++ b/src/server/hashtable.h
@@ -23,6 +23,8 @@
void ht_create ();
+void ht_destroy();
+
int ht_insert(char* key, char* value);
char* ht_search(char* key);