From 73a7027a9d58c6ca71817170bff23ac71edac9d8 Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 28 Mar 2020 12:10:13 +0100 Subject: Cleaning env and path, Removed state struct --- src/util.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/util.c') 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) -- cgit