aboutsummaryrefslogtreecommitdiffstats
path: root/include/compat.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-04-16Move some ascii_foo functions to libcompatDavid Shaw1-0/+4
2006-09-28Move strsep() and ascii_isspace() to libcompat.David Shaw1-0/+8
2006-09-28Put in the basic wiring (just hextobyte for now) for a libcompat.a thatDavid Shaw1-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.