diff -r 091d2c0216c3 -r 02c573d19224 qmlFrontend/flib.h --- a/qmlFrontend/flib.h Sun Sep 21 00:37:50 2014 +0400 +++ b/qmlFrontend/flib.h Mon Sep 22 02:10:39 2014 +0400 @@ -19,8 +19,8 @@ } string255; typedef void RunEngine_t(int argc, const char ** argv); -typedef void registerIPCCallback_t(void * context, void (*)(void * context, uint8_t len, const char * msg)); -typedef void ipcToEngine_t(uint8_t len, const char * msg); +typedef void registerIPCCallback_t(void * context, void (*)(void * context, const char * msg, uint32_t len)); +typedef void ipcToEngine_t(const char * msg, uint8_t len); typedef void flibInit_t(); #ifdef __cplusplus