summaryrefslogtreecommitdiffstats
path: root/dhash
diff options
context:
space:
mode:
Diffstat (limited to 'dhash')
-rw-r--r--dhash/dhash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhash/dhash.h b/dhash/dhash.h
index 95f9fff..a10ed24 100644
--- a/dhash/dhash.h
+++ b/dhash/dhash.h
@@ -309,7 +309,7 @@ int hash_delete(hash_table_t *table, hash_key_t *key);
* function. It can be used for any purpose the caller wants. The callback
* parameter list is:
*
- * bool callback(hash_entry_t *item, hash_table_t *user_data);
+ * bool callback(hash_entry_t *item, void *user_data);
*
* WARNING: Do not modify the contents of the table during an iteration it will
* produce undefined results. If you need to visit each item in the table and