From 7f7ac17a0bf237e4f6abfaad0fb59935a55feb70 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Sat, 22 Aug 2009 11:18:50 +0000 Subject: Misc (#951): Updated the doxygen comment/documentation in pj_gethostname() that specying IPv4 address will fail on some platforms (e.g. Windows). Thanks Robert Cichielo for the report. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2908 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib/include/pj/addr_resolv.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pjlib/include/pj') diff --git a/pjlib/include/pj/addr_resolv.h b/pjlib/include/pj/addr_resolv.h index abeef939..98fdc894 100644 --- a/pjlib/include/pj/addr_resolv.h +++ b/pjlib/include/pj/addr_resolv.h @@ -89,7 +89,8 @@ typedef struct pj_addrinfo * For host resolution function that also works with IPv6, please see * #pj_getaddrinfo(). * - * @param name Host name, or IPv4 address in standard dot notation. + * @param name Host name to resolve. Specifying IPv4 address here + * may fail on some platforms (e.g. Windows) * @param he The pj_hostent structure to be filled. Note that * the pointers in this structure points to temporary * variables which value will be reset upon subsequent -- cgit v1.2.3