summaryrefslogtreecommitdiff
path: root/include/asterisk/acl.h
diff options
context:
space:
mode:
authorJenkins2 <jenkins2@gerrit.asterisk.org>2018-03-19 12:53:12 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2018-03-19 12:53:12 -0500
commit5843a197979d10b336a041c6cb8bef90dfa0484a (patch)
tree22aa499f23f61300a044c6b9a49a77cfb68ccf1e /include/asterisk/acl.h
parentc9dffc4c6201a6254c5dfc5cf011616cda4ce148 (diff)
parent572a508ef2ae7cd86e0ffd8ad6d1c5997e988c26 (diff)
Merge "loader: Convert reload_classes to built-in modules."
Diffstat (limited to 'include/asterisk/acl.h')
-rw-r--r--include/asterisk/acl.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/include/asterisk/acl.h b/include/asterisk/acl.h
index bda1c7606..09adc527d 100644
--- a/include/asterisk/acl.h
+++ b/include/asterisk/acl.h
@@ -382,24 +382,6 @@ const char *ast_tos2str(unsigned int tos);
struct ast_ha *ast_named_acl_find(const char *name, int *is_realtime, int *is_undefined);
/*!
- * \brief Initialize and configure the named ACL system.
- *
- * \details
- * This function will prepare the named ACL system for use.
- * For this reason, it needs to be called before other things that use ACLs are initialized.
- */
-int ast_named_acl_init(void);
-
-/*!
- * \brief reload/reconfigure the named ACL system.
- *
- * \details
- * This function is designed to trigger an event upon a successful reload that may update
- * ACL consumers.
- */
-int ast_named_acl_reload(void);
-
-/*!
* \brief a \ref stasis_message_type for changes against a named ACL or the set of all named ACLs
* \since 12
*