summaryrefslogtreecommitdiff
path: root/lib/util/parmlist.h
AgeCommit message (Collapse)AuthorFilesLines
2011-07-08s3-param use common struct parmlist_entry to hold parametric optionsAndrew Bartlett1-0/+1
This will allow struct loadparm_service to be shared in future. Andrew Bartlett
2009-09-27parmlist: Add more tests.Jelmer Vernooij1-0/+3
2009-09-27util/parmlist: Add some more comments.Jelmer Vernooij1-2/+16
2009-09-26libutil: Add separate utility code for dealing with settings as aJelmer Vernooij1-0/+39
collection of key/value pairs.