aboutsummaryrefslogtreecommitdiffstats
path: root/frame.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-12-03 23:46:09 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-12-03 23:46:09 +0000
commit4b47c8ba4172fc6ddd6a48e690b65a20930fdd43 (patch)
tree9ffc990fdd01dfc2f1954ca5db01aabb4b0af8c4 /frame.c
parent6e02cf8b96c03ec5f79bc77d76e56193c87a5670 (diff)
Fix allow/disallow nomenclature (bug #2945, part deux)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4385 f38db490-d61c-443f-a65b-d21fe96a405b
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;