From fd8a16dfd20096092538d58ea7842469ad685e75 Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Sat, 17 Aug 2019 13:01:43 +0100 Subject: Update libcmd --- libcmd/cmd_parse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcmd/cmd_parse.h') diff --git a/libcmd/cmd_parse.h b/libcmd/cmd_parse.h index 88a02e8..2976f6d 100644 --- a/libcmd/cmd_parse.h +++ b/libcmd/cmd_parse.h @@ -5,4 +5,4 @@ #include "cmd.h" -int parse_cmd( cmd_tok_t *tl, const char *str ); \ No newline at end of file +int parse_cmd( cmd_tok_t *tl, const char *str, size_t sz_cmd ); \ No newline at end of file -- cgit v1.2.3