summaryrefslogtreecommitdiff
path: root/utils/parse.c
AgeCommit message (Collapse)Author
2023-05-10utils: Avoid warnings about prototype mismatchSergey Bugaev
Message-Id: <20230508213136.608575-16-bugaevc@gmail.com>
2023-04-03Modernize code by removing use of old style definitions.Flavio Cruz
Also add -Werror=old-style-definition to enforce new code. Message-Id: <ZBZ+8xf7GHy2RT/h@jupiter.tail36e24.ts.net>
1998-10-20Add braces to silence gcc warnings.Roland McGrath
1997-05-27(parse_enum, parse_numlist, parse_strlist):Miles Bader
Add STATE argument, and pass it to callback functions. <argp.h>: New include.
1997-05-15Initial checkinMiles Bader