commit | 79e721c6416afc5ca95a04cab69d4ef3060123dc | [log] [tgz] |
---|---|---|
author | Ondrej Kusnirik <Ondrej.Kusnirik@cesnet.cz> | Mon Aug 19 10:51:39 2024 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Mon Aug 19 13:23:22 2024 +0200 |
tree | b906c72399c8b40322f6ab60c6db55b1242fc9ac | |
parent | ed74a24eab4a7d6836a0598540fb002b4c10232d [diff] [blame] |
hash table REFACTOR fix comment
diff --git a/src/hash_table.c b/src/hash_table.c index 8b83194..4dbfdd1 100644 --- a/src/hash_table.c +++ b/src/hash_table.c
@@ -179,6 +179,7 @@ * * @param[in] ht Hash table to resize. * @param[in] operation Operation to perform. 1 to enlarge, -1 to shrink, 0 to only rehash all records. + * @param[in] check Whether to check if the value has already been inserted or not. * @return LY_ERR value. */ static LY_ERR