diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/htsinthash.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/htsinthash.h b/src/htsinthash.h index 43bdd38..8406c9b 100644 --- a/src/htsinthash.h +++ b/src/htsinthash.h @@ -181,11 +181,11 @@ size_t inthash_nitems(inthash hashtable); **/ size_t inthash_memory_size(inthash hashtable); -/**
- * If 'flag' is non-zero, calls inthash_value_set_value_handler() with
- * default system free() handler function, otherwise, free the value handlers.
- **/
-void inthash_value_is_malloc(inthash hashtable, int flag);
+/** + * If 'flag' is non-zero, calls inthash_value_set_value_handler() with + * default system free() handler function, otherwise, free the value handlers. + **/ +void inthash_value_is_malloc(inthash hashtable, int flag); /** * Set handlers for values. |