diff options
Diffstat (limited to 'src/rccconfig.h')
-rw-r--r-- | src/rccconfig.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rccconfig.h b/src/rccconfig.h index 868974f..b94a39b 100644 --- a/src/rccconfig.h +++ b/src/rccconfig.h @@ -27,4 +27,6 @@ rcc_option_description *rccGetOptionDescriptionByName(const char *name); rcc_language_id rccDefaultGetLanguageByName(const char *name); +int rccIsUTF8(const char *name); + #endif /* _RCC_CONFIG_H */ |