summaryrefslogtreecommitdiffstats
path: root/src/strhash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/strhash.h')
-rw-r--r--src/strhash.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/strhash.h b/src/strhash.h
index 65b7f4e1..9c2d63ec 100644
--- a/src/strhash.h
+++ b/src/strhash.h
@@ -55,6 +55,7 @@ void strhash_add_list(strhash_t *hash, PMList* list);
strhash_t *new_strhash(size_t hsize);
void free_strhash(strhash_t *hash);
void clear_strhash(strhash_t *hash);
+void strhash_remove(strhash_t *hash, char *key);
void strhash_add(strhash_t *hash, char *key, char *data);
int strhash_isin(strhash_t *hash, char* key);
char* strhash_get(strhash_t *hash, char* key);