summaryrefslogtreecommitdiff
path: root/src/cli/cli.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli/cli.h')
-rw-r--r--src/cli/cli.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/cli/cli.h b/src/cli/cli.h
index df3d33b..360d801 100644
--- a/src/cli/cli.h
+++ b/src/cli/cli.h
@@ -1,7 +1,7 @@
/*:*
*: File: ./src/cli/cli.h
*:
- *: yChat; Homepage: www.yChat.org; Version 0.7.9.5-RELEASE
+ *: yChat; Homepage: www.yChat.org; Version 0.8.3-CURRENT
*:
*: Copyright (C) 2003 Paul C. Buetow, Volker Richter
*: Copyright (C) 2004 Paul C. Buetow
@@ -42,20 +42,13 @@
#define CLI_H
#ifdef CLI
-#ifndef NCURSES
#include "../thrd/thro.h"
-#endif
-
#include "../monitor/dump.h"
using namespace std;
-#ifndef NCURSES
class cli : public thro
{
-#else
-class cli
-{
#endif
private:
int parse_input(string s_input);