summaryrefslogtreecommitdiffstats
path: root/cmd_parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmd_parse.h')
-rw-r--r--cmd_parse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd_parse.h b/cmd_parse.h
index 88a02e8..2976f6d 100644
--- a/cmd_parse.h
+++ b/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