From cf28df1d9005ce15bc28615da4a9de0cd39c5573 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 12 Apr 2012 16:58:40 +1000 Subject: make _lp_readraw() and _lp_writeraw() static --- source3/include/proto.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/include') 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); -- cgit