aboutsummaryrefslogtreecommitdiff
path: root/src/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util.c b/src/util.c
index f05a507..188b762 100644
--- a/src/util.c
+++ b/src/util.c
@@ -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)