aboutsummaryrefslogtreecommitdiffstats
path: root/l4arg/l4arg.h
diff options
context:
space:
mode:
Diffstat (limited to 'l4arg/l4arg.h')
-rw-r--r--l4arg/l4arg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/l4arg/l4arg.h b/l4arg/l4arg.h
index 8a70376..b4da062 100644
--- a/l4arg/l4arg.h
+++ b/l4arg/l4arg.h
@@ -6,6 +6,7 @@ extern "C" {
#endif
char** l4arg_toargv(const char*, const char*, const char*, const char*);
+void l4arg_toargv_free(char**);
typedef struct l4lib_qarg {
char* arg_name;