From c0cf367120cba837dc93ca38a197de940f3dabca Mon Sep 17 00:00:00 2001 From: lantw44 Date: Fri, 14 Sep 2012 01:12:34 +0800 Subject: =?UTF-8?q?l4arg:=20=E5=8A=A0=E5=85=A5=20l4arg=5Ftoargv=5Ffree?= =?UTF-8?q?=EF=BC=8C=E7=94=A8=E6=96=BC=E9=87=8B=E6=94=BE=20l4arg=5Ftoargv?= =?UTF-8?q?=20=E9=85=8D=E7=BD=AE=E7=9A=84=E8=A8=98=E6=86=B6=E9=AB=94?= =?UTF-8?q?=E7=A9=BA=E9=96=93=20l4arg:=20=E5=88=9D=E6=AC=A1=E5=AE=8C?= =?UTF-8?q?=E6=88=90=20l4qarg=20=E9=83=A8=E4=BB=BD=EF=BC=8C=E5=B0=9A?= =?UTF-8?q?=E6=9C=AA=E6=B8=AC=E8=A9=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- l4arg/l4arg.h | 1 + 1 file changed, 1 insertion(+) (limited to 'l4arg/l4arg.h') 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; -- cgit v1.2.3