summaryrefslogtreecommitdiffstats
path: root/cmd_parse.h
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2016-08-04 21:54:05 +0100
committerFreeArtMan <dos21h@gmail.com>2016-08-04 21:54:05 +0100
commite6ddd00fedabeb470c7f3b132cb2289109688e73 (patch)
treeb772bf42c9ae76b1e3b27895df7a5de5f0719d8a /cmd_parse.h
parent9945de67982050338b7319dfb525d028536007a4 (diff)
downloadlibcmd-e6ddd00fedabeb470c7f3b132cb2289109688e73.tar.gz
libcmd-e6ddd00fedabeb470c7f3b132cb2289109688e73.zip
Updated parser, new quoted string support. New command execution manager.
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