diff options
Diffstat (limited to 'src/util.c')
| -rw-r--r-- | src/util.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -12,6 +12,10 @@ #include "minishell.h" +/* +** delete a hash table entry containing a allocated string key and value +*/ + void ms_ht_del_str_entry(t_ftht_content *content) { if (content == NULL) |
