aboutsummaryrefslogtreecommitdiffstats
path: root/src/options.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move options handling to separate fileJon Lund Steffensen2017-10-131-0/+61
Create options.c which contains functions for initializing and parsing options from the command line and the configuration file. Program options that were previously local variables in main() are moved to the options_t struct.