From 757801bea2d236148e061324716425fc0e6aa686 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Thu, 3 Sep 2020 19:09:05 +0200 Subject: In progress --- src/p_args_next.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/p_args_next.h') diff --git a/src/p_args_next.h b/src/p_args_next.h index e918254..365f228 100644 --- a/src/p_args_next.h +++ b/src/p_args_next.h @@ -19,5 +19,6 @@ uint16_t p_dup_words(char *words[], const char word[], const uint16_t argc, const size_t start[]); +void p_del_alloced_words(char *words[], uint16_t to_del); #endif -- cgit v1.2.3