aboutsummaryrefslogtreecommitdiff
path: root/utils/msgids.c
Commit message (Collapse)AuthorAgeFilesLines
* Avoid fatal error handling in option parsers.Justus Winter2016-10-051-1/+4
| | | | | | | * trans/crash.c (parse_opt): Avoid 'error' in favor of the appropriate argp error reporting mechanism. * trans/remap.c (parse_opt): Likewise. * utils/msgids.c (parse_opt): Likewise.
* utils: split-off the message id parsingJustus Winter2015-06-301-0/+252
* utils/rpctrace.c: Move all the code handling the message id files... * utils/msgids.c: ... to a new file. * utils/msgids.h: And add the relevand declarations. * utils/Makefile (SRCS): Add the new file.