summaryrefslogtreecommitdiff
path: root/src/cli/cli.h
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2013-04-06 13:14:45 +0200
committerPaul Buetow <paul@buetow.org>2013-04-06 13:14:45 +0200
commit5f4e214740242513c837c8a005ca23779bab1d0c (patch)
tree3880f745b0d3376030e3342e60679f25b38bdc4c /src/cli/cli.h
parent23c5e7d57e1e9216f4da3446656df2dc7202975d (diff)
tagging ychat-0.8.2ychat-0.8.2
Diffstat (limited to 'src/cli/cli.h')
-rwxr-xr-xsrc/cli/cli.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/cli/cli.h b/src/cli/cli.h
index 7d51e3f..8ec75cb 100755
--- a/src/cli/cli.h
+++ b/src/cli/cli.h
@@ -30,30 +30,30 @@ using namespace std;
class cli : public thro
{
#else
-class cli
+class cli
{
#endif
private:
int parse_input(string s_input);
vector<string> vectorize(string s_param);
-
+
public:
-cli( );
-~cli( );
+ cli( );
+ ~cli( );
#ifdef DEBUG
-void debug_routine();
+ void debug_routine();
#endif
-void print_rusage();
+ void print_rusage();
#ifndef NCURSES
-void start(void* p_void);
+ void start(void* p_void);
#else
-void start();
+ void start();
#endif
};