Make the header fit for inclusion in a C++ program.
authorPeter Verthez <Peter.Verthez@advalvas.be>
Sun, 13 Jan 2002 12:36:46 +0000 (12:36 +0000)
committerPeter Verthez <Peter.Verthez@advalvas.be>
Sun, 13 Jan 2002 12:36:46 +0000 (12:36 +0000)
utf8-locale.h

index 4a06187ff44a2ab6f5887a2c20a1528f73eb77e0..dec20efc8f3da4cffbeef3a0b37a7389f82e0d67 100644 (file)
 #ifndef __UTF8_LOCALE_H
 #define __UTF8_LOCALE_H
 
+#include <features.h>
+
+__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 */