[svn-commits] seanbright: branch seanbright/the_ipv6ification_of_chan_iax2_by_the_coward_se...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Feb 29 16:42:28 CST 2012


Author: seanbright
Date: Wed Feb 29 16:42:24 2012
New Revision: 357655

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=357655
Log:
Correct the documentation.

Modified:
    team/seanbright/the_ipv6ification_of_chan_iax2_by_the_coward_sean_bright/include/asterisk/netsock2.h

Modified: team/seanbright/the_ipv6ification_of_chan_iax2_by_the_coward_sean_bright/include/asterisk/netsock2.h
URL: http://svnview.digium.com/svn/asterisk/team/seanbright/the_ipv6ification_of_chan_iax2_by_the_coward_sean_bright/include/asterisk/netsock2.h?view=diff&rev=357655&r1=357654&r2=357655
==============================================================================
--- team/seanbright/the_ipv6ification_of_chan_iax2_by_the_coward_sean_bright/include/asterisk/netsock2.h (original)
+++ team/seanbright/the_ipv6ification_of_chan_iax2_by_the_coward_sean_bright/include/asterisk/netsock2.h Wed Feb 29 16:42:24 2012
@@ -374,8 +374,8 @@
  * \param family Only addresses of the given family will be returned. Use 0 or
  * AST_AF_UNSPEC to get addresses of all families.
  *
- * \retval 1 Success
  * \retval 0 Failure
+ * \retval non-zero The number of elements in the addrs array
  */
 int ast_sockaddr_get_wildcard_addrs(struct ast_sockaddr **addrs, int family);
 




More information about the svn-commits mailing list