[Asterisk-cvs] asterisk frame.c,1.40,1.41

markster at lists.digium.com markster at lists.digium.com
Fri Dec 3 18:47:49 CST 2004


Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv24549

Modified Files:
	frame.c 
Log Message:
Fix allow/disallow nomenclature (bug #2945, part deux)


Index: frame.c
===================================================================
RCS file: /usr/cvsroot/asterisk/frame.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- frame.c	3 Dec 2004 01:16:11 -0000	1.40
+++ frame.c	3 Dec 2004 23:46:09 -0000	1.41
@@ -3,9 +3,9 @@
  *
  * Frame manipulation routines
  * 
- * Copyright (C) 1999, Mark Spencer
+ * Copyright (C) 1999-2004, Digium, Inc.
  *
- * Mark Spencer <markster at linux-support.net>
+ * Mark Spencer <markster at digium.com>
  *
  * This program is free software, distributed under the terms of
  * the GNU General Public License
@@ -958,7 +958,7 @@
    	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;




More information about the svn-commits mailing list