summaryrefslogtreecommitdiffstats
path: root/dhash
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2010-10-21 16:14:47 +0200
committerStephen Gallagher <sgallagh@redhat.com>2010-10-21 11:07:22 -0400
commitee1479c56b5594ad673f4a724cd2a95e4c9e337b (patch)
tree5b6916d39c5d6f804e4cb45411126d875c2f8457 /dhash
parentd3c6af1d4d4b7c754e2fbd72ad752e1ffff2be56 (diff)
downloadding-libs-ee1479c56b5594ad673f4a724cd2a95e4c9e337b.tar.gz
ding-libs-ee1479c56b5594ad673f4a724cd2a95e4c9e337b.tar.xz
ding-libs-ee1479c56b5594ad673f4a724cd2a95e4c9e337b.zip
Fix a typo in dhash.h
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