summaryrefslogtreecommitdiffstats
path: root/source3/include
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2014-01-27 14:58:21 +1300
committerMichael Adam <obnox@samba.org>2014-01-30 01:21:26 +0100
commit02d60cd028e2d33b591056b8b07b2fc9b9c262b1 (patch)
treeeaad7893c6489eb57e29ba38c22b20dd01fc5e32 /source3/include
parent0f119aa9c182b0e3be0808b924cf47f73c812ea6 (diff)
downloadsamba-02d60cd028e2d33b591056b8b07b2fc9b9c262b1.tar.gz
samba-02d60cd028e2d33b591056b8b07b2fc9b9c262b1.tar.xz
samba-02d60cd028e2d33b591056b8b07b2fc9b9c262b1.zip
param: Remove unused lp_next_parameter (once used by SWAT)
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index ceaa9024ce..8585e911ff 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1053,7 +1053,6 @@ bool lp_set_option(const char *option);
bool lp_is_default(int snum, struct parm_struct *parm);
bool dump_a_parameter(int snum, char *parm_name, FILE * f, bool isGlobal);
struct parm_struct *lp_get_parameter(const char *param_name);
-struct parm_struct *lp_next_parameter(int snum, int *i, int allparameters);
bool lp_snum_ok(int iService);
void lp_add_one_printer(const char *name, const char *comment,
const char *location, void *pdata);