summaryrefslogtreecommitdiffstats
path: root/source/include/includes.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-09-07 14:14:57 +0000
committerAndrew Tridgell <tridge@samba.org>2001-09-07 14:14:57 +0000
commit266d8e67669adb329f25676c4bc4d4c50f223428 (patch)
tree528dc69d97ab0d0cdb8a94052c4850ad6748b8fc /source/include/includes.h
parentce9f95996498f7795aaef069e1443ea1c7d524b3 (diff)
downloadsamba-266d8e67669adb329f25676c4bc4d4c50f223428.tar.gz
samba-266d8e67669adb329f25676c4bc4d4c50f223428.tar.xz
samba-266d8e67669adb329f25676c4bc4d4c50f223428.zip
added "display charset" option in smb.conf, along with d_printf()
which should now be used instead of DEBUG(0) or printf() for interactive messages I have only converted client.c to use d_printf(), and the code hasn't had much testing yet. Eventually we want all interactive code to use d_printf(), plus SWAT
Diffstat (limited to 'source/include/includes.h')
-rw-r--r--source/include/includes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/includes.h b/source/include/includes.h
index ad1633fb87f..b29759540f6 100644
--- a/source/include/includes.h
+++ b/source/include/includes.h
@@ -639,6 +639,7 @@ extern int errno;
#include "secrets.h"
#include "messages.h"
#include "util_list.h"
+#include "charset.h"
#include "util_getent.h"