qmlFrontend/flib.h
branchqmlfrontend
changeset 10424 4be6cd55f1cf
parent 10420 02c573d19224
child 10426 727a154cf784
--- a/qmlFrontend/flib.h	Fri Sep 26 00:56:36 2014 +0400
+++ b/qmlFrontend/flib.h	Sat Sep 27 12:49:08 2014 +0400
@@ -21,7 +21,8 @@
 typedef void RunEngine_t(int argc, const char ** argv);
 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();
+typedef void flibInit_t(const char * localPrefix, const char * userPrefix);
+typedef void flibFree_t();
 
 #ifdef __cplusplus
 }