branch | qmlfrontend |
changeset 11416 | 78d6b99ddcb0 |
parent 11415 | 05cf35103206 |
child 11418 | 091149424aa4 |
--- a/qmlFrontend/flib.h Thu Nov 19 23:04:53 2015 +0300 +++ b/qmlFrontend/flib.h Thu Nov 19 23:32:28 2015 +0300 @@ -48,6 +48,7 @@ typedef void flibInit_t(const char * localPrefix, const char * userPrefix); typedef void flibFree_t(); typedef void passNetData_t(const char * data); +typedef void sendChatLine_t(const char * msg); typedef char **getThemesList_t(); typedef void freeThemesList_t(char **list);