summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-04-12 16:58:40 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-04-16 14:32:38 +1000
commitcf28df1d9005ce15bc28615da4a9de0cd39c5573 (patch)
tree8a591e0b51a633b08d70ed687b2f7675e954570d /source3/include/proto.h
parentacb64471b376e55e7a51355d0ce5e8a041719ba6 (diff)
downloadsamba-cf28df1d9005ce15bc28615da4a9de0cd39c5573.tar.gz
samba-cf28df1d9005ce15bc28615da4a9de0cd39c5573.tar.bz2
samba-cf28df1d9005ce15bc28615da4a9de0cd39c5573.zip
make _lp_readraw() and _lp_writeraw() static
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index d32d2e8823..57d39b032d 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1189,10 +1189,8 @@ 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);