summaryrefslogtreecommitdiff
path: root/util.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove UNUSED macroAaron Marcher2018-05-171-2/+0
| | | | Use variables named unused instead which is simpler
* Mark unused parameters, fix compiler warningsAaron Marcher2018-05-171-0/+2
|
* 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