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