From 4e61f83b432350303aee5635e98d3bc147e8fffa Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 20 Aug 2022 17:52:16 +0200 Subject: Rename limox.{c,h} to net.{c,h} --- net.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 net.h (limited to 'net.h') diff --git a/net.h b/net.h new file mode 100644 index 0000000..3a53d9e --- /dev/null +++ b/net.h @@ -0,0 +1,13 @@ +#ifndef NET_H +#define NET_H + +// life cycle / event loop related functions +void net_init(void); // initialize net +void net_run_once(void); // process event loop for a short amount of time +void net_quit(void); // disconnect and clean up + +// interface for the GUI implementation +void net_connect(const char* jid, const char* password); +void net_disconnect(void); + +#endif -- cgit v1.2.3-70-g09d2