提交 46ca3d17 authored 作者: Michael Jerris's avatar Michael Jerris

tweak

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8208 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 1fd09d67
......@@ -765,6 +765,15 @@ SWITCH_DECLARE(void) switch_console_loop(void)
}
#else
SWITCH_DECLARE(switch_status_t) switch_console_set_alias(const char *string)
{
return SWITCH_STATUS_FALSE;
}
SWITCH_DECLARE(switch_status_t) switch_console_set_complete(const char *string)
{
return SWITCH_STATUS_FALSE;
}
SWITCH_DECLARE(void) switch_console_loop(void)
{
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论