summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of err.h as it is not portableAaron Marcher2018-03-281-3/+1
| | | | | Replace warn() and warnx() with fprintf() and add <stdio.h> where necessary.
* Added LICENSE statements to all source filesAaron Marcher2017-09-171-0/+1
|
* Split into multiple filesAaron Marcher2017-09-171-0/+42
For multiple reasons the program is now split: - Make future porting to OpenBSD easier - Assign header includes to individiual functions - Make future program extensions easier - Recompile only changed parts