From: Peter Verthez Date: Sun, 13 Jan 2002 12:36:46 +0000 (+0000) Subject: Make the header fit for inclusion in a C++ program. X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=09fb15d8ada80aca62d048e78c7536c54cee01f9;p=gedcom-parse.git Make the header fit for inclusion in a C++ program. --- 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 */