summary refs log tree commit diff stats
path: root/src/fe-web/fe-web.h
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2024-10-05 13:01:50 -0300
committerSoniEx2 <endermoneymod@gmail.com>2024-10-05 13:01:50 -0300
commit50f488236f6108bf748948c620aaf38814334a8a (patch)
tree0f5d75412f7621b4d2812dbaa646af3ba631cf5b /src/fe-web/fe-web.h
parente6242988ea0180e622ecd117d8a5c9fc0671494e (diff)
[WIP] fe-web: Set up basic webserver fe-web
This doesn't do anything for now.
Diffstat (limited to 'src/fe-web/fe-web.h')
-rw-r--r--src/fe-web/fe-web.h13
1 files changed, 13 insertions, 0 deletions
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