summaryrefslogtreecommitdiff
path: root/gui.h
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2022-08-20 17:52:16 +0200
committerxengineering <me@xengineering.eu>2022-08-20 17:52:16 +0200
commit4e61f83b432350303aee5635e98d3bc147e8fffa (patch)
tree4ac40e73bbdc648b4cafefd4917df6cd6d1a5983 /gui.h
parentb661cc4bde4004f4d7085716680969f4659222a1 (diff)
downloadlimox-4e61f83b432350303aee5635e98d3bc147e8fffa.tar
limox-4e61f83b432350303aee5635e98d3bc147e8fffa.tar.zst
limox-4e61f83b432350303aee5635e98d3bc147e8fffa.zip
Rename limox.{c,h} to net.{c,h}
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);