[svn-commits] blanchet: branch group/v6 r85139 - /team/group/v6/trunk/include/asterisk/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Oct 9 11:03:34 CDT 2007


Author: blanchet
Date: Tue Oct  9 11:03:34 2007
New Revision: 85139

URL: http://svn.digium.com/view/asterisk?view=rev&rev=85139
Log:
add prototype of new netsock function ast_vinetsock_sa_ipv_cmp

Modified:
    team/group/v6/trunk/include/asterisk/netsock.h

Modified: team/group/v6/trunk/include/asterisk/netsock.h
URL: http://svn.digium.com/view/asterisk/team/group/v6/trunk/include/asterisk/netsock.h?view=diff&rev=85139&r1=85138&r2=85139
==============================================================================
--- team/group/v6/trunk/include/asterisk/netsock.h (original)
+++ team/group/v6/trunk/include/asterisk/netsock.h Tue Oct  9 11:03:34 2007
@@ -126,6 +126,8 @@
 int ast_vinetsock_sa_is_ipv6(const struct sockaddr* sa);
 int ast_vinetsock_is_wildcard(const struct ast_vinetsock* ns);
 int ast_vinetsock_sa_is_wildcard(const struct sockaddr* sa);
+int ast_vinetsock_sa_ipv_cmp(const struct sockaddr *sa1, socklen_t sa1len, 
+	const struct sockaddr *sa2, socklen_t sa2len);
 
 /* vinetsock string functions */
 int ast_vinetsock_str2port(const char *port);




More information about the svn-commits mailing list