summaryrefslogtreecommitdiff
path: root/src/util.h
Commit message (Collapse)AuthorAge
* Remove redundant (void) parameters and return value castsBardur Arantsson2017-05-02
|
* Remove redundant "extern" on function declarationsBardur Arantsson2017-05-02
|
* Build: Produce multiple independent executablesBardur Arantsson2016-02-05
|
* Move user_name() declaration to util.hBardur Arantsson2015-03-07
|
* Split util.cc function declarations into separate header filesBardur Arantsson2015-02-23
We need one .h file and one .hpp since some of the functions are being called from plain C code.