Added jabber module

This commit is contained in:
James Booth
2012-02-05 23:29:09 +00:00
parent 134e5d1701
commit 0c0246074f
6 changed files with 123 additions and 103 deletions

View File

@@ -8,9 +8,6 @@ WINDOW *cmd_win;
WINDOW *main_win;
// window creation
void create_title_bar(void);
void create_command_bar(void);
void create_command_window(void);
void create_main_window(void);
void initgui(void);
#endif