mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-18 07:48:14 +00:00
fix a compiler warning
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5093 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -35,6 +35,7 @@ extern int ast_get_ip(struct sockaddr_in *sin, char *value);
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user