diff options
Diffstat (limited to 'src/rccconfig.h')
-rw-r--r-- | src/rccconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rccconfig.h b/src/rccconfig.h index fe7b912..7361910 100644 --- a/src/rccconfig.h +++ b/src/rccconfig.h @@ -38,5 +38,6 @@ rcc_language_id rccDefaultGetLanguageByName(const char *name); unsigned int rccDefaultDropLanguageRelations(const char *lang); int rccIsUTF8(const char *name); +int rccIsUnicode(const char *name); #endif /* _RCC_CONFIG_H */ |