Archived
14
0
Fork 0

/ changed mkif to static function so as not to conflict with other modules

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4740 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
bkramer 2005-01-09 22:29:55 +00:00
parent 6d46449ede
commit f4cc6e2cf7

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, float txswgain, float rxswgain, int bal1, int bal2, int bal3,
char * callerid, int echo_cancel, int group ) char * callerid, int echo_cancel, int group )
{ {