qmlfrontend/flib.h
branchqmlfrontend
changeset 12859 a03f245243b0
parent 12858 0c6fb706f747
child 12860 e33bcb9d5e9c
--- a/qmlfrontend/flib.h	Sun Dec 24 00:44:16 2017 +0100
+++ b/qmlfrontend/flib.h	Sun Dec 24 16:56:22 2017 +0100
@@ -24,6 +24,10 @@
 } string255;
 
 typedef void RunEngine_t(int argc, const char** argv);
+typedef void ipcToEngineRaw_t(const char* msg, uint32_t len);
+typedef void ipcSetEngineBarrier_t();
+typedef void ipcRemoveBarrierFromEngineQueue_t();
+
 typedef void registerUIMessagesCallback_t(void* context, void (*)(void* context, MessageType mt, const char* msg, uint32_t len));
 typedef void flibInit_t(const char* localPrefix, const char* userPrefix);
 typedef void flibFree_t();