aboutsummaryrefslogtreecommitdiff
path: root/src/misc/config.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year.J08nY2018-01-011-1/+1
|
* Make config_t *cfg a global variable.J08nY2017-10-141-1/+2
| | | | | | The config is setup from parsing CLI options and then doesn't change for the whole duration of running ecgen, so it makes sense to make it a global variable.
* Move config_t cfg into config.c.J08nY2017-10-141-0/+7