summaryrefslogtreecommitdiffstats
path: root/nserver/src/ncmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'nserver/src/ncmd.h')
-rw-r--r--nserver/src/ncmd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/nserver/src/ncmd.h b/nserver/src/ncmd.h
index 75ac357..c1cf9a0 100644
--- a/nserver/src/ncmd.h
+++ b/nserver/src/ncmd.h
@@ -3,6 +3,7 @@
#include <string.h>
+#include <bstrlib.h>
#include <dbg.h>
#define CMD_MIN_SIZE 5
@@ -11,4 +12,6 @@
int sanitize(char *cmd);
char *check_cmd(char *cmd);
+struct bstrList *cmd_parts(char *cmd);
+
#endif