From 43aa02ccbd484d8c7cecec7c38c446847b34e007 Mon Sep 17 00:00:00 2001 From: xengineering Date: Fri, 19 Aug 2022 10:51:24 +0200 Subject: Implement new datastructures --- limox.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'limox.h') diff --git a/limox.h b/limox.h index 90a3b76..4f2d8c1 100644 --- a/limox.h +++ b/limox.h @@ -1,3 +1,6 @@ +#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 @@ -6,3 +9,5 @@ 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