[svn-commits] seanbright: trunk r357355 - /trunk/include/asterisk/netsock2.h

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Feb 28 13:55:35 CST 2012


Author: seanbright
Date: Tue Feb 28 13:55:32 2012
New Revision: 357355

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=357355
Log:
Documentation update.  There is no AST_SOCKADDR_UNSPEC.

Modified:
    trunk/include/asterisk/netsock2.h

Modified: trunk/include/asterisk/netsock2.h
URL: http://svnview.digium.com/svn/asterisk/trunk/include/asterisk/netsock2.h?view=diff&rev=357355&r1=357354&r2=357355
==============================================================================
--- trunk/include/asterisk/netsock2.h (original)
+++ trunk/include/asterisk/netsock2.h Tue Feb 28 13:55:32 2012
@@ -382,7 +382,7 @@
  * 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.




More information about the svn-commits mailing list