aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils/hashtable.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstrongswan/utils/hashtable.h')
-rw-r--r--src/libstrongswan/utils/hashtable.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstrongswan/utils/hashtable.h b/src/libstrongswan/utils/hashtable.h
index f32da7949..8e58d2eb9 100644
--- a/src/libstrongswan/utils/hashtable.h
+++ b/src/libstrongswan/utils/hashtable.h
@@ -52,9 +52,9 @@ typedef bool (*hashtable_equals_t)(void *key, void *other_key);
struct hashtable_t {
/**
- * Create an enumerator over the hash table.
+ * Create an enumerator over the hash table key/value pairs.
*
- * @return enumerator over hash table entries
+ * @return enumerator over (void *key, void *value)
*/
enumerator_t *(*create_enumerator) (hashtable_t *this);