summaryrefslogtreecommitdiff
path: root/include/asterisk/acl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/acl.h')
-rw-r--r--include/asterisk/acl.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/asterisk/acl.h b/include/asterisk/acl.h
index 502e7f447..d1773b6b1 100644
--- a/include/asterisk/acl.h
+++ b/include/asterisk/acl.h
@@ -358,17 +358,6 @@ int ast_str2tos(const char *value, unsigned int *tos);
const char *ast_tos2str(unsigned int tos);
/*!
- * \brief Convert a TOS value into its string representation
- * and create a dynamically allocated copy
- *
- * \param tos The TOS value to look up
- * \param buf pointer to character pointer where string will be duplicated to
- *
- * \note The string allocated at buf must be free'd
- */
-void ast_tos2str_buf(unsigned int tos, char **buf);
-
-/*!
* \brief Retrieve a named ACL
*
* \details