]> git.ipfire.org Git - thirdparty/json-c.git/commitdiff
linkhash.h: removed redundant params from comments 238/head
authorEswar Yaganti <naga.malleswara.rao.yaganti@intel.com>
Sat, 25 Jun 2016 17:35:41 +0000 (23:05 +0530)
committerEswar Yaganti <naga.malleswara.rao.yaganti@intel.com>
Sat, 25 Jun 2016 17:35:41 +0000 (23:05 +0530)
linkhash.h

index 8be625a7f2098ee075112165194de531cc7aa3ca..b9e114b0c017ec61262e5eb993efb71c9da8a328 100644 (file)
@@ -175,7 +175,6 @@ extern struct lh_table* lh_table_new(int size,
  * Convenience function to create a new linkhash
  * table with char keys.
  * @param size initial table size.
- * @param name table name.
  * @param free_fn callback function used to free memory for entries.
  * @return On success, a pointer to the new linkhash table 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
  * table with ptr keys.
  * @param size initial table size.
- * @param name table name.
  * @param free_fn callback function used to free memory for entries.
  * @return On success, a pointer to the new linkhash table is returned.
  *     On error, a null pointer is returned.