diff options
Diffstat (limited to 'libcmd/cmd_parse.h')
-rw-r--r-- | libcmd/cmd_parse.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |