summaryrefslogtreecommitdiff
path: root/util.h
Commit message (Collapse)AuthorAge
* Remove UNUSED macroAaron Marcher2018-05-17
| | | | Use variables named unused instead which is simpler
* Mark unused parameters, fix compiler warningsAaron Marcher2018-05-17
|
* Added LICENSE statements to all source filesAaron Marcher2017-09-17
|
* Properly declare buf as extern and fix all unused-warningsLaslo Hunhold2017-09-17
|
* Split into multiple filesAaron Marcher2017-09-17
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