summaryrefslogtreecommitdiff
path: root/src/wrap.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/wrap.h
parent4ecbf33fae730bc79c4a47e6efda615b104754ad (diff)
tagging ychat-0.7.9.2ychat-0.7.9.2
Diffstat (limited to 'src/wrap.h')
-rwxr-xr-xsrc/wrap.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/wrap.h b/src/wrap.h
index 51eb9dd..f2707ea 100755
--- a/src/wrap.h
+++ b/src/wrap.h
@@ -15,15 +15,22 @@
//<<*
#include "modl.h"
//*>>
+
#ifdef NCURSES
#include "ncur/ncur.h"
+#else
+#ifdef CLI
+#include "cli/cli.h"
+#endif
#endif
+
#include "chat/sman.h"
#include "sock/sock.h"
-#include "stats.h"
+#include "monitor/stats.h"
#include "time/timr.h"
#include "thrd/pool.h"
+
using namespace std;
class dynamic_wrap
@@ -73,6 +80,8 @@ public:
static void system_message( string s_message );
+ static void init_wrapper(map<string,string>* p_start_params);
+
//<<*
static chat* CHAT;
#ifdef DATABASE