summaryrefslogtreecommitdiff
path: root/util.h
Commit message (Collapse)AuthorAgeFilesLines
* Added LICENSE statements to all source filesAaron Marcher2017-09-171-0/+1
|
* Properly declare buf as extern and fix all unused-warningsLaslo Hunhold2017-09-171-1/+1
|
* Split into multiple filesAaron Marcher2017-09-171-0/+6
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