Moved map functions from clixon_string to _map, new ptr2ptr map

This commit is contained in:
Olof hagsand 2024-08-10 13:33:08 +02:00
parent 781c9d9d27
commit 275cefbae7
47 changed files with 366 additions and 180 deletions

View file

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