summaryrefslogtreecommitdiff
path: root/source4/param/loadparm.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/param/loadparm.h')
-rw-r--r--source4/param/loadparm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/param/loadparm.h b/source4/param/loadparm.h
index 7a76321b06..4fc28e7f05 100644
--- a/source4/param/loadparm.h
+++ b/source4/param/loadparm.h
@@ -48,7 +48,8 @@ struct parm_struct {
parm_type type;
parm_class pclass;
int offset;
- bool (*special)(struct loadparm_context *, const char *, char **);
+ bool (*special)(struct loadparm_context *lpcfg_ctx,
+ int snum, const char *, char **);
const struct enum_list *enum_list;
union {
int bvalue;