提交 71bb1b3e authored 作者: Anthony Minessale's avatar Anthony Minessale

fix compiler warning

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13566 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 d77a3b19
...@@ -42,10 +42,10 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_cluechoo_load); ...@@ -42,10 +42,10 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_cluechoo_load);
*/ */
SWITCH_MODULE_DEFINITION(mod_cluechoo, mod_cluechoo_load, mod_cluechoo_shutdown, NULL); SWITCH_MODULE_DEFINITION(mod_cluechoo, mod_cluechoo_load, mod_cluechoo_shutdown, NULL);
int add_D51(); int add_D51(int x);
int add_sl(); int add_sl(int x);
int add_man(); int add_man(int y, int x);
int add_smoke(); int add_smoke(int y, int x);
int go(int i); int go(int i);
int vgo(int i, switch_core_session_t *session); int vgo(int i, switch_core_session_t *session);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论