summaryrefslogtreecommitdiff
path: root/source4/lib/charset/charset.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-10-01 23:26:37 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:07:38 -0500
commit5ecd526d1ca41821118165af039d16d0e729b59d (patch)
treea162f3b10e6c43c820e38cf574c8f3fcefd3c957 /source4/lib/charset/charset.h
parentefa384375f61049d7e7c43a77dc8abe0e034e04d (diff)
downloadsamba-5ecd526d1ca41821118165af039d16d0e729b59d.tar.gz
samba-5ecd526d1ca41821118165af039d16d0e729b59d.tar.bz2
samba-5ecd526d1ca41821118165af039d16d0e729b59d.zip
r25456: Avoid externs for charsets for now - it breaks openchange.
(This used to be commit 836431af83674018e9700f9da92ce251d108687a)
Diffstat (limited to 'source4/lib/charset/charset.h')
-rw-r--r--source4/lib/charset/charset.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source4/lib/charset/charset.h b/source4/lib/charset/charset.h
index 91408365ac..be2705100a 100644
--- a/source4/lib/charset/charset.h
+++ b/source4/lib/charset/charset.h
@@ -77,9 +77,4 @@ typedef struct smb_iconv_s {
#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__ */