diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-09-06 19:06:21 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-09-06 19:06:21 +0000 |
commit | b68cef069aca83adf6bd4b47c213e322213e91a4 (patch) | |
tree | 212b2269cdb38ef45875b194f5d6c8a0e91dda2f /src | |
parent | da8ba57520284ac6413de27e7e1ef2b81f0347ee (diff) |
Cleanup
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. |