MODASRTTS-15

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13270 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2009-05-10 17:06:33 +00:00
parent aede1236d6
commit 248f24c31b
1 changed files with 1 additions and 1 deletions

View File

@ -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;