summary refs log tree commit diff stats
path: root/src/fe-web/fe-web.h
diff options
context:
space:
mode:
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