mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-04 04:16:54 +00:00
/ changed mkif to static function so as not to conflict with other modules
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4740 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1243,7 +1243,7 @@ static void mkbrd(vpb_model_t model, int echo_cancel)
|
||||
}
|
||||
}
|
||||
|
||||
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 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user