summaryrefslogtreecommitdiff
path: root/source4/lib/charset/charset.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/charset/charset.h')
-rw-r--r--source4/lib/charset/charset.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/lib/charset/charset.h b/source4/lib/charset/charset.h
index e62f99a8fe..3c548192b6 100644
--- a/source4/lib/charset/charset.h
+++ b/source4/lib/charset/charset.h
@@ -77,4 +77,9 @@ typedef struct {
#define strlower(s) strlower_m(s)
#define strupper(s) strupper_m(s)
+/* from lib/charset */
+extern char *dos_charset;
+extern char *unix_charset;
+extern char *display_charset;
+
#endif /* __CHARSET_H__ */