diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-07-23 09:14:39 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-07-24 10:46:12 +1000 |
commit | 9521cd0409add2628352ee5ef888c5a8a90fbb27 (patch) | |
tree | fd5fe74cd7052462902bd6ca52eb2bed2be4b122 /source3/include | |
parent | 69e98ff86c4e90d2259b7a4ea93e45e2ec426bc3 (diff) | |
download | samba-9521cd0409add2628352ee5ef888c5a8a90fbb27.tar.gz samba-9521cd0409add2628352ee5ef888c5a8a90fbb27.tar.bz2 samba-9521cd0409add2628352ee5ef888c5a8a90fbb27.zip |
param: Make the 'unicode' parameter common
This parameter is most useful for interop testing, rather than production use.
Andrew Bartlett
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |