[Asterisk-cvs] asterisk/include/asterisk acl.h,1.10,1.11
markster at lists.digium.com
markster at lists.digium.com
Tue Mar 8 23:51:41 CST 2005
Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv29198/include/asterisk
Modified Files:
acl.h
Log Message:
Make ACL be what SIP is going to need (bug #2358, just first part)
Index: acl.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/acl.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- acl.h 9 Feb 2005 03:22:42 -0000 1.10
+++ acl.h 9 Mar 2005 05:48:11 -0000 1.11
@@ -50,6 +50,8 @@
extern int ast_netsock_free(struct ast_netsock_list *list, struct ast_netsock *netsock);
extern int ast_netsock_release(struct ast_netsock_list *list);
extern int ast_netsock_sockfd(struct ast_netsock *ns);
+extern const struct sockaddr_in *ast_netsock_boundaddr(struct ast_netsock *ns);
+extern void *ast_netsock_data(struct ast_netsock *ns);
extern int ast_find_ourip(struct in_addr *ourip, struct sockaddr_in bindaddr);
/*! Compares the source address and port of two sockaddr_in */
More information about the svn-commits
mailing list