X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fwgt.h;h=0ac66f860226dd95d79357e287d365d80afada6b;hb=2c6fcae14552ab6e7addc82516617a135f86b5ca;hp=82ad4dba28b039cc0c96d825a7f9a522aa00d21f;hpb=abfae2b6d73d7be40ffbff8e8429f71d82df90b5;p=src%2Fapp-framework-main.git diff --git a/src/wgt.h b/src/wgt.h index 82ad4db..0ac66f8 100644 --- a/src/wgt.h +++ b/src/wgt.h @@ -33,7 +33,7 @@ extern int wgt_is_connected(struct wgt *wgt); /* management of locales */ extern void wgt_locales_reset(struct wgt *wgt); extern int wgt_locales_add(struct wgt *wgt, const char *locstr); -extern int wgt_locales_score(struct wgt *wgt, const char *lang); +extern unsigned int wgt_locales_score(struct wgt *wgt, const char *lang); /* direct access to files */ extern int wgt_has(struct wgt *wgt, const char *filename);