aboutsummaryrefslogtreecommitdiffstats
path: root/include/compat.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move some ascii_foo functions to libcompatDavid Shaw2007-04-161-0/+4
|
* Move strsep() and ascii_isspace() to libcompat.David Shaw2006-09-281-0/+8
|
* Put in the basic wiring (just hextobyte for now) for a libcompat.a thatDavid Shaw2006-09-281-0/+6
can contain replacement files that can be linked to keyserver helpers without bringing in the whole libutil.a. libutil.a contains a complete copy of libcompat.a so we only need to link to one of them.