From 2e4c41431e18ed68f0965cdb128d67b008f81389 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 26 May 2010 17:47:37 +0200 Subject: s3: Don't announce readraw and writeraw with the async echo responder --- source3/include/proto.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/include') 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); -- cgit