summaryrefslogtreecommitdiff
path: root/gui.h
blob: 057e0b1aed1170a55a7ab0b159d86ea18aa6d39e (plain)
1
2
3
4
5
6
7
8
// interface for main.c
void gui_run(void);

// interface for limox.c
void gui_connected(char* jid, char* password);
void gui_disconnected(void);
void gui_suspended(void);
void gui_resumed(void);