diff -r 0c6fb706f747 -r a03f245243b0 qmlfrontend/flib.h --- 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();