lib/param: Remove unused lpcfg_next_parameter (once used by SWAT)
[kai/samba-autobuild/.git] / lib / param / param.h
index 7e73dd0f23403d67fd240acd085b3116b442a075..77c3c770044148e619f4edcd3385c7215dadf073 100644 (file)
@@ -140,13 +140,6 @@ bool lpcfg_dump_a_parameter(struct loadparm_context *lp_ctx,
                         struct loadparm_service *service,
                         const char *parm_name, FILE * f);
 
-/**
- * Return info about the next service  in a service. snum==-1 gives the globals.
- * Return NULL when out of parameters.
- */
-struct parm_struct *lpcfg_next_parameter(struct loadparm_context *lp_ctx, int snum, int *i,
-                                     int allparameters);
-
 /**
  * Unload unused services.
  */