aboutsummaryrefslogtreecommitdiffstats
path: root/include
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 /include
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 '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);