summaryrefslogtreecommitdiff
path: root/src/cli/cli.h
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2013-04-06 13:14:48 +0200
committerPaul Buetow <paul@buetow.org>2013-04-06 13:14:48 +0200
commit5a019f435eb0068b524566d9babf172d58d0e96e (patch)
treeb083dccdfbec4335a5967d50c4294f7501c77345 /src/cli/cli.h
parent4ecbf33fae730bc79c4a47e6efda615b104754ad (diff)
tagging ychat-0.7.9.2ychat-0.7.9.2
Diffstat (limited to 'src/cli/cli.h')
-rwxr-xr-xsrc/cli/cli.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/cli/cli.h b/src/cli/cli.h
index 23e1d1c..7d51e3f 100755
--- a/src/cli/cli.h
+++ b/src/cli/cli.h
@@ -22,6 +22,8 @@
#include "../thrd/thro.h"
#endif
+#include "../monitor/dump.h"
+
using namespace std;
#ifndef NCURSES
@@ -32,8 +34,9 @@ class cli
{
#endif
private:
- int parse_input(string s_input);
-
+ int parse_input(string s_input);
+ vector<string> vectorize(string s_param);
+
public:
cli( );
~cli( );
@@ -52,7 +55,6 @@ void start(void* p_void);
void start();
#endif
-
};
#endif