dlugolecki.net.pl
Dziennik
Polecane
Software
projects
/
gedcom-parse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c40e57
)
Make the header fit for inclusion in a C++ program.
author
Peter Verthez
<Peter.Verthez@advalvas.be>
Sun, 13 Jan 2002 12:36:46 +0000
(12:36 +0000)
committer
Peter Verthez
<Peter.Verthez@advalvas.be>
Sun, 13 Jan 2002 12:36:46 +0000
(12:36 +0000)
utf8-locale.h
patch
|
blob
|
history
diff --git
a/utf8-locale.h
b/utf8-locale.h
index 4a06187ff44a2ab6f5887a2c20a1528f73eb77e0..dec20efc8f3da4cffbeef3a0b37a7389f82e0d67 100644
(file)
--- a/
utf8-locale.h
+++ b/
utf8-locale.h
@@
-12,8
+12,14
@@
#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 */