summaryrefslogtreecommitdiff
path: root/pjlib
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2009-08-22 11:18:50 +0000
committerBenny Prijono <bennylp@teluu.com>2009-08-22 11:18:50 +0000
commit7f7ac17a0bf237e4f6abfaad0fb59935a55feb70 (patch)
treee07ccc38f6a86571cd16ac654d8513ab090335d0 /pjlib
parent4ba0c0416f1b4a7daf14bcf7d2062dff8d48ce67 (diff)
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
Diffstat (limited to 'pjlib')
-rw-r--r--pjlib/include/pj/addr_resolv.h3
1 files changed, 2 insertions, 1 deletions
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