Non linear str2int

This commit is contained in:
Olof hagsand 2019-04-23 12:53:29 +02:00
parent 77ad42f1ce
commit 1e1eabbc06
6 changed files with 104 additions and 19 deletions

View file

@ -112,6 +112,7 @@ hash_bucket(const char *str)
*
* @retval hash Pointer to new hash table.
* @retval NULL Error
* @see hash_free For freeing the hash-table
*/
clicon_hash_t *
hash_init(void)