branch | qmlfrontend |
changeset 10440 | b74a7bbe224e |
parent 10436 | 084e046f6bd5 |
child 10444 | 47a6231f1fc1 |
--- a/qmlFrontend/flib.h Thu Oct 02 00:48:14 2014 +0400 +++ b/qmlFrontend/flib.h Mon Oct 13 23:46:49 2014 +0400 @@ -35,6 +35,8 @@ typedef void freeThemesList_t(char **list); typedef uint32_t getThemeIcon_t(char * theme, char * buffer, uint32_t size); +typedef char **getTeamsList_t(); + #ifdef __cplusplus } #endif