diff options
| author | Paul Buetow <paul@buetow.org> | 2013-04-06 13:14:48 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2013-04-06 13:14:48 +0200 |
| commit | 5a019f435eb0068b524566d9babf172d58d0e96e (patch) | |
| tree | b083dccdfbec4335a5967d50c4294f7501c77345 /src/wrap.h | |
| parent | 4ecbf33fae730bc79c4a47e6efda615b104754ad (diff) | |
tagging ychat-0.7.9.2ychat-0.7.9.2
Diffstat (limited to 'src/wrap.h')
| -rwxr-xr-x | src/wrap.h | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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 |
