[Asterisk-cvs] asterisk/channels chan_vpb.c,1.56,1.57

bkramer at lists.digium.com bkramer at lists.digium.com
Sun Jan 9 16:25:36 CST 2005


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

Modified Files:
	chan_vpb.c 
Log Message:
/ changed mkif to static function so as not to conflict with other modules


Index: chan_vpb.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_vpb.c,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- chan_vpb.c	5 Jan 2005 00:33:40 -0000	1.56
+++ chan_vpb.c	9 Jan 2005 22:29:55 -0000	1.57
@@ -1243,7 +1243,7 @@
 	}
 }
 
-struct vpb_pvt *mkif(int board, int channel, int mode, float txgain, float rxgain,
+static struct vpb_pvt *mkif(int board, int channel, int mode, float txgain, float rxgain,
 			 float txswgain, float rxswgain, int bal1, int bal2, int bal3,
 			 char * callerid, int echo_cancel, int group )
 {




More information about the svn-commits mailing list