diff options
Diffstat (limited to 'lib/util')
-rw-r--r-- | lib/util/parmlist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/util/parmlist.h b/lib/util/parmlist.h index b320afee47..9bc4f36126 100644 --- a/lib/util/parmlist.h +++ b/lib/util/parmlist.h @@ -24,6 +24,7 @@ struct parmlist_entry { struct parmlist_entry *prev, *next; char *key; char *value; + char **list; /* For the source3 parametric options, to save the parsed list */ int priority; }; |