diff options
Diffstat (limited to 'src/post/goom/goom_hash.h')
-rw-r--r-- | src/post/goom/goom_hash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post/goom/goom_hash.h b/src/post/goom/goom_hash.h index c869e67e4..c8eae37ed 100644 --- a/src/post/goom/goom_hash.h +++ b/src/post/goom/goom_hash.h @@ -21,7 +21,7 @@ struct GOOM_HASH { GoomHashEntry *root; }; -GoomHash *goom_hash_new(); +GoomHash *goom_hash_new(void); void goom_hash_free(GoomHash *gh); void goom_hash_put(GoomHash *gh, const char *key, HashValue value); |