summaryrefslogtreecommitdiff
path: root/frame.c
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 /frame.c
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 'frame.c')
-rwxr-xr-xframe.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/frame.c b/frame.c
index 40bd9c299..7de4514a2 100755
--- a/frame.c
+++ b/frame.c
@@ -3,9 +3,9 @@
*
* Frame manipulation routines
*
- * 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 General Public License
@@ -958,7 +958,7 @@ int ast_codec_choose(struct ast_codec_pref *pref, int formats, int find_best)
return find_best ? ast_best_codec(formats) : 0;
}
-void ast_parse_allow_deny(struct ast_codec_pref *pref, int *mask, char *list, int allowing)
+void ast_parse_allow_disallow(struct ast_codec_pref *pref, int *mask, char *list, int allowing)
{
int format_i = 0;
char *next_format = NULL, *last_format = NULL;