/ 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:
Ben Kramer 2005-01-09 22:29:55 +00:00
parent a42fe2a4ea
commit 847de38584
1 changed files with 1 additions and 1 deletions

View File

@ -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 )
{