summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-05-26 17:47:37 +0200
committerVolker Lendecke <vl@samba.org>2010-05-31 12:04:28 +0200
commit2e4c41431e18ed68f0965cdb128d67b008f81389 (patch)
tree1f7c6b830e649518509a0c7a2e13228144f3f660 /source3/include
parent82e140c04562c1480d8ae1d6cb68d510824a1a1c (diff)
downloadsamba-2e4c41431e18ed68f0965cdb128d67b008f81389.tar.gz
samba-2e4c41431e18ed68f0965cdb128d67b008f81389.tar.bz2
samba-2e4c41431e18ed68f0965cdb128d67b008f81389.zip
s3: Don't announce readraw and writeraw with the async echo responder
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index ee6f09a729..bd39973727 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -3947,8 +3947,10 @@ const char **lp_init_logon_delayed_hosts(void);
int lp_init_logon_delay(void);
bool lp_load_printers(void);
bool lp_readraw(void);
+bool _lp_readraw(void);
bool lp_large_readwrite(void);
bool lp_writeraw(void);
+bool _lp_writeraw(void);
bool lp_null_passwords(void);
bool lp_obey_pam_restrictions(void);
bool lp_encrypted_passwords(void);