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
commit4ecbf33fae730bc79c4a47e6efda615b104754ad (patch)
treedd59412b6d8bea88995211f60b786728ac30acc4 /src/cli/cli.h
parentbf5fc4cc4a15e8e57db58c2e065e0f5adbd8e800 (diff)
tagging ychat-0.7.8ychat-0.7.8
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