aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/extantz.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/extantz/extantz.h')
-rw-r--r--src/extantz/extantz.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/extantz/extantz.h b/src/extantz/extantz.h
index c7edc07..2eddeb6 100644
--- a/src/extantz/extantz.h
+++ b/src/extantz/extantz.h
@@ -254,8 +254,8 @@ typedef struct _globals
254 GuiLua *purkle; 254 GuiLua *purkle;
255 GuiLua *LSLGuiMess; 255 GuiLua *LSLGuiMess;
256 256
257 Ecore_Con_Server *server; 257 Connection *server;
258 char uuid[42]; 258 char uuid[42];
259 259
260} globals; 260} globals;
261 261