X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fgetaddrinfo.h;h=955833a6ca7c087965a6ad0eb844db4533f0deab;hb=9df4453b386268b137f71b0e9548f67e03565dd4;hp=dbd7e220641679e64cd9bf731980355bbc54e2f2;hpb=267a39bafd249d7eb9c37df06dc6defcf41cb343;p=gnulib.git diff --git a/lib/getaddrinfo.h b/lib/getaddrinfo.h index dbd7e2206..955833a6c 100644 --- a/lib/getaddrinfo.h +++ b/lib/getaddrinfo.h @@ -72,16 +72,22 @@ struct addrinfo # endif /* Translate name of a service location and/or a service name to set of - socket addresses. */ + socket addresses. + For more details, see the POSIX:2001 specification + . */ extern int getaddrinfo (const char *restrict nodename, const char *restrict servname, const struct addrinfo *restrict hints, struct addrinfo **restrict res); -/* Free `addrinfo' structure AI including associated storage. */ +/* Free `addrinfo' structure AI including associated storage. + For more details, see the POSIX:2001 specification + . */ extern void freeaddrinfo (struct addrinfo *ai); -/* Convert error return from getaddrinfo() to a string. */ +/* Convert error return from getaddrinfo() to a string. + For more details, see the POSIX:2001 specification + . */ extern const char *gai_strerror (int ecode); # endif