Hiding XMPP and Ncurses from app code
This commit is contained in:
10
windows.h
10
windows.h
@@ -4,16 +4,14 @@
|
||||
#include <strophe/strophe.h>
|
||||
#include <ncurses.h>
|
||||
|
||||
// windows
|
||||
WINDOW *title_bar;
|
||||
WINDOW *cmd_bar;
|
||||
WINDOW *cmd_win;
|
||||
WINDOW *main_win;
|
||||
|
||||
void gui_init(void);
|
||||
void gui_close(void);
|
||||
void show_incomming_msg(char *from, char *message);
|
||||
void show_outgoing_msg(char *from, char *message);
|
||||
void cmd_get_command_str(char *cmd);
|
||||
void cmd_poll_char(int *ch, char command[], int *size);
|
||||
void cmd_clear(void);
|
||||
void cmd_non_block(void);
|
||||
void cmd_get_password(char *passwd);
|
||||
void bar_print_message(char *msg);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user