mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Centralize and fix tos for IAX (bug #4850 inspired)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6315 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -38,6 +38,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);
|
||||
extern int ast_str2tos(const char *value, int *tos);
|
||||
|
||||
#if defined(__cplusplus) || defined(c_plusplus)
|
||||
}
|
||||
|
Reference in New Issue
Block a user