summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-12-03 23:46:09 +0000
committerMark Spencer <markster@digium.com>2004-12-03 23:46:09 +0000
commit244dd572990c726047acfccdd4943469ce080211 (patch)
tree9ffc990fdd01dfc2f1954ca5db01aabb4b0af8c4 /include
parent4820c2bb973de13a52ce584045f4a20be381e5b0 (diff)
Fix allow/disallow nomenclature (bug #2945, part deux)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4385 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rwxr-xr-xinclude/asterisk/frame.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asterisk/frame.h b/include/asterisk/frame.h
index a612ea9f5..784bea39c 100755
--- a/include/asterisk/frame.h
+++ b/include/asterisk/frame.h
@@ -3,9 +3,9 @@
*
* Asterisk internal frame definitions.
*
- * Copyright (C) 1999, Mark Spencer
+ * Copyright (C) 1999-2004, Digium, Inc.
*
- * Mark Spencer <markster@linux-support.net>
+ * Mark Spencer <markster@digium.com>
*
* This program is free software, distributed under the terms of
* the GNU Lesser General Public License. Other components of
@@ -398,7 +398,7 @@ extern int ast_codec_pref_append(struct ast_codec_pref *pref, int format);
extern int ast_codec_choose(struct ast_codec_pref *pref, int formats, int find_best);
/* Parse an "allow" or "deny" line and update the mask and pref if provided */
-extern void ast_parse_allow_deny(struct ast_codec_pref *pref, int *mask, char *list, int allowing);
+extern void ast_parse_allow_disallow(struct ast_codec_pref *pref, int *mask, char *list, int allowing);
/* Dump codec preference list into a string */
extern int ast_codec_pref_string(struct ast_codec_pref *pref, char *buf, size_t size);