summaryrefslogtreecommitdiff
path: root/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui.h')
-rw-r--r--gui.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gui.h b/gui.h
index 9bcbb1d..d9f19a1 100644
--- a/gui.h
+++ b/gui.h
@@ -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);