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} --- limox.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 limox.h (limited to 'limox.h') diff --git a/limox.h b/limox.h deleted file mode 100644 index 4f2d8c1..0000000 --- a/limox.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef LIMOX_H -#define LIMOX_H - -// life cycle / event loop related functions -void limox_init(void); // initialize limox -void limox_run_once(void); // process event loop for a short amount of time -void limox_quit(void); // disconnect and clean up - -// interface for the GUI implementation -void limox_connect(const char* jid, const char* password); -void limox_disconnect(void); - -#endif -- cgit v1.2.3-70-g09d2