X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=utf8-locale.h;h=dec20efc8f3da4cffbeef3a0b37a7389f82e0d67;hb=09fb15d8ada80aca62d048e78c7536c54cee01f9;hp=4a06187ff44a2ab6f5887a2c20a1528f73eb77e0;hpb=5c40e570e3bd0f3d7139e4d1e429527400c50133;p=gedcom-parse.git diff --git a/utf8-locale.h b/utf8-locale.h index 4a06187..dec20ef 100644 --- a/utf8-locale.h +++ b/utf8-locale.h @@ -12,8 +12,14 @@ #ifndef __UTF8_LOCALE_H #define __UTF8_LOCALE_H +#include + +__BEGIN_DECLS + void convert_set_unknown(const char* unknown); char* convert_utf8_to_locale(char* input); char* convert_locale_to_utf8(char* input); +__END_DECLS + #endif /* __UTF8_LOCALE_H */