From 9521cd0409add2628352ee5ef888c5a8a90fbb27 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 23 Jul 2012 09:14:39 +1000 Subject: param: Make the 'unicode' parameter common This parameter is most useful for interop testing, rather than production use. Andrew Bartlett --- source3/include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include/proto.h') diff --git a/source3/include/proto.h b/source3/include/proto.h index 3a2bf1baa5..ddccbb73b4 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1163,6 +1163,7 @@ bool lp_host_msdfs(void); bool lp_enhanced_browsing(void); bool lp_use_mmap(void); bool lp_unix_extensions(void); +bool lp_unicode(void); bool lp_use_spnego(void); bool lp_client_use_spnego(void); bool lp_client_use_spnego_principal(void); -- cgit