From: Brian West Date: Sun, 10 May 2009 17:06:33 +0000 (+0000) Subject: MODASRTTS-15 X-Git-Tag: v1.0.4~932 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=248f24c31bd8f587af833681ef195a480e3cd1f6;p=thirdparty%2Ffreeswitch.git MODASRTTS-15 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13270 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/asr_tts/mod_flite/mod_flite.c b/src/mod/asr_tts/mod_flite/mod_flite.c index 4519aeb09a..b9ebf43d1d 100644 --- a/src/mod/asr_tts/mod_flite/mod_flite.c +++ b/src/mod/asr_tts/mod_flite/mod_flite.c @@ -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;