From cc0048b61087124537ff6139a8e51a2b84bc7253 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Thu, 21 Oct 2010 16:14:47 +0200 Subject: [PATCH] Fix a typo in dhash.h --- dhash/dhash.h | 2 +- 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 -- 1.7.2.3