MODASRTTS-15
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13270 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
aede1236d6
commit
248f24c31b
|
@ -45,8 +45,8 @@ cst_voice *register_cmu_us_slt(void);
|
|||
void unregister_cmu_us_slt(cst_voice * v);
|
||||
|
||||
SWITCH_MODULE_LOAD_FUNCTION(mod_flite_load);
|
||||
SWITCH_MODULE_DEFINITION(mod_flite, mod_flite_load, NULL, NULL);
|
||||
SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_flite_shutdown);
|
||||
SWITCH_MODULE_DEFINITION(mod_flite, mod_flite_load, mod_flite_shutdown, NULL);
|
||||
|
||||
static struct {
|
||||
cst_voice *awb;
|
||||
|
|
Loading…
Reference in New Issue