[Asterisk-cvs] asterisk/include/asterisk acl.h,1.6,1.6.2.1
russell at lists.digium.com
russell at lists.digium.com
Sat Feb 26 19:33:42 CST 2005
Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv2978/include/asterisk
Modified Files:
Tag: v1-0
acl.h
Log Message:
fix a compiler warning
Index: acl.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/acl.h,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -d -r1.6 -r1.6.2.1
--- acl.h 27 May 2004 20:53:02 -0000 1.6
+++ acl.h 27 Feb 2005 01:31:30 -0000 1.6.2.1
@@ -35,6 +35,7 @@
extern int ast_ouraddrfor(struct in_addr *them, struct in_addr *us);
extern int ast_lookup_iface(char *iface, struct in_addr *address);
extern struct ast_ha *ast_duplicate_ha_list(struct ast_ha *original);
+extern int ast_find_ourip(struct in_addr *ourip, struct sockaddr_in bindaddr);
//! Compares the source address and port of two sockaddr_in
static inline int inaddrcmp(struct sockaddr_in *sin1, struct sockaddr_in *sin2)
More information about the svn-commits
mailing list