Browse Source

linkhash.h: removed redundant params from comments

tags/json-c-0.13-20171207
Eswar Yaganti 9 years ago
parent
commit
78cf6e63ff
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      linkhash.h

+ 0
- 2
linkhash.h View File

@@ -175,7 +175,6 @@ extern struct lh_table* lh_table_new(int size,
* Convenience function to create a new linkhash * Convenience function to create a new linkhash
* table with char keys. * table with char keys.
* @param size initial table size. * @param size initial table size.
* @param name table name.
* @param free_fn callback function used to free memory for entries. * @param free_fn callback function used to free memory for entries.
* @return On success, a pointer to the new linkhash table is returned. * @return On success, a pointer to the new linkhash table is returned.
* On error, a null pointer is returned. * On error, a null pointer is returned.
@@ -188,7 +187,6 @@ extern struct lh_table* lh_kchar_table_new(int size,
* Convenience function to create a new linkhash * Convenience function to create a new linkhash
* table with ptr keys. * table with ptr keys.
* @param size initial table size. * @param size initial table size.
* @param name table name.
* @param free_fn callback function used to free memory for entries. * @param free_fn callback function used to free memory for entries.
* @return On success, a pointer to the new linkhash table is returned. * @return On success, a pointer to the new linkhash table is returned.
* On error, a null pointer is returned. * On error, a null pointer is returned.


Loading…
Cancel
Save