From ff63012c4e944f81f6720b7ac84a3228e09619da Mon Sep 17 00:00:00 2001 From: Jonathan Rose Date: Fri, 14 Mar 2014 16:42:54 +0000 Subject: PJSIP: TOS values should be represented as decimals in sorcery objects (closes issue ASTERISK-23235) Reported by: George Joseph Review: https://reviewboard.asterisk.org/r/3324/ ........ Merged revisions 410574 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@410575 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/acl.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'include') 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 @@ -357,17 +357,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 * -- cgit v1.2.3