summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSean Bright <sean@malleable.com>2012-02-28 19:55:32 +0000
committerSean Bright <sean@malleable.com>2012-02-28 19:55:32 +0000
commit35e2a046fd29668f7086b7e3e4710630185c1491 (patch)
tree271d19cf65e60298dd8cfb34e96b54688491d9a7 /include
parent39ffc967239742148d8f00227498a1f12d291149 (diff)
Documentation update. There is no AST_SOCKADDR_UNSPEC.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@357355 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/netsock2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/netsock2.h b/include/asterisk/netsock2.h
index b541b50eb..a225346b7 100644
--- a/include/asterisk/netsock2.h
+++ b/include/asterisk/netsock2.h
@@ -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.