diff options
Diffstat (limited to 'gui.h')
-rw-r--r-- | gui.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -3,10 +3,7 @@ #include "data.h" -// 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); |