aboutsummaryrefslogtreecommitdiff
path: root/lib/inet_ntop.h
AgeCommit message (Collapse)Author
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2009-08-07fix cast for some systems which are broken due to absense of socklen_t, ↵Gunter Knauf
therefore now use curl_socklen_t.
2009-08-06fixed cast added with last commit.Gunter Knauf
2009-08-06cast to fix 64bit build warnings. From manpage:Gunter Knauf
POSIX.1-2001. Note that RFC 2553 defines a prototype where the last parameter cnt is of type size_t. Many systems follow RFC 2553. Glibc 2.0 and 2.1 have size_t, but 2.2 has socklen_t.
2009-05-18Update copyright year, to force CVS to update the $Id date string formatYang Tse
2005-11-25Yang Tse: fixes the use of Curl_inet_ntop and Curl_inet_pton with noDaniel Stenberg
prototypes on some platforms, ie IRIX 6.2 MIPS C 6.2
2005-03-31Updated the copyright year since changes have been this year.Daniel Stenberg
2005-03-16Fixed some compiler warnings I should have noticed before.Dan Fandrich
2004-04-26Major hostip.c cleanup and split into multiple files and easier #ifdefDaniel Stenberg
usage.