mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-07 13:49:18 +00:00
Merge code associated with AST-2009-006
(closes issue #12912) Reported by: rathaus Tested by: tilghman, russell, dvossel, dbrooks git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@215955 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -55,6 +55,9 @@ struct ast_ha {
|
||||
/*! \brief Free host access list */
|
||||
void ast_free_ha(struct ast_ha *ha);
|
||||
|
||||
/*! \brief Copy ha structure */
|
||||
void ast_copy_ha(const struct ast_ha *from, struct ast_ha *to);
|
||||
|
||||
/*! \brief Append ACL entry to host access list. */
|
||||
struct ast_ha *ast_append_ha(const char *sense, const char *stuff, struct ast_ha *path, int *error);
|
||||
|
||||
|
Reference in New Issue
Block a user