diff options
Diffstat (limited to 'include/hash.h')
-rw-r--r-- | include/hash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hash.h b/include/hash.h index fd971e7..c9460fa 100644 --- a/include/hash.h +++ b/include/hash.h @@ -42,6 +42,6 @@ int hashtable_del(struct hashtable *table, void *data); int hashtable_flush(struct hashtable *table); int hashtable_iterate(struct hashtable *table, void *data, int (*iterate)(void *data1, void *data2)); -unsigned int hashtable_counter(struct hashtable *table); +unsigned int hashtable_counter(const struct hashtable *table); #endif |