From 50f488236f6108bf748948c620aaf38814334a8a Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Sat, 5 Oct 2024 13:01:50 -0300 Subject: [WIP] fe-web: Set up basic webserver This doesn't do anything for now. --- src/fe-web/fe-web.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/fe-web/fe-web.h') diff --git a/src/fe-web/fe-web.h b/src/fe-web/fe-web.h index a2bc5d75..5666931f 100644 --- a/src/fe-web/fe-web.h +++ b/src/fe-web/fe-web.h @@ -17,4 +17,17 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#ifndef HEXCHAT_FE_GTK_H +#define HEXCHAT_FE_GTK_H + +#include "config.h" + +#define DISPLAY_NAME "LipstixChat" + GMainLoop *main_loop; + +typedef struct session_gui +{ +} session_gui; + +#endif -- cgit 1.4.1