1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-20 08:23:50 +03:00

r155: real for for BUG 761 -- allow printing parameter to set defaults on a per share basis

This commit is contained in:
Gerald Carter
2004-04-10 22:37:47 +00:00
committed by Gerald (Jerry) Carter
parent fbeff41991
commit 14d3794eec
2 changed files with 86 additions and 50 deletions

View File

@@ -704,7 +704,7 @@ struct parm_struct
parm_type type;
parm_class class;
void *ptr;
BOOL (*special)(const char *, char **);
BOOL (*special)(int snum, const char *, char **);
const struct enum_list *enum_list;
unsigned flags;
union {