Documentation update. There is no AST_SOCKADDR_UNSPEC.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@357355 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Sean Bright
2012-02-28 19:55:32 +00:00
parent 39ffc96723
commit 35e2a046fd

View File

@@ -382,7 +382,7 @@ int ast_sockaddr_parse(struct ast_sockaddr *addr, const char *str, int flags);
* port MUST NOT be present.
*
* \param family Only addresses of the given family will be returned. Use 0 or
* AST_SOCKADDR_UNSPEC to get addresses of all families.
* AST_AF_UNSPEC to get addresses of all families.
*
* \retval 0 Failure
* \retval non-zero The number of elements in addrs array.