summaryrefslogtreecommitdiff
path: root/libc/inet/ntop.c
AgeCommit message (Expand)Author
2005-12-01Hide mostly used functionsPeter S. Mazinger
2005-11-27Hide some of mem* and str*Peter S. Mazinger
2005-06-29ifdef out check which always failsMike Frysinger
2002-07-10Per bug report from Ronald Wahl <rwa@peppercon.com>:Eric Andersen
2002-07-07Cleanup namespace leaks by prepending __ to global stuff toEric Andersen
2001-11-21Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and addEric Andersen
2001-10-04With all the headerfile changes, some functions didn't get there arg typesDavid McCullough
2001-07-09A patch from Michal Moskal <malekith@pld.org.pl> to includeEric Andersen
2001-06-12Silence a few warnings.Eric Andersen
2001-05-08Code did not match the prototypes, from what I can tell it should be usingDavid McCullough
2001-05-04Add in inet_ntop() and inet_pton() -- ported from glibc 2.2.3Eric Andersen