tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8208 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
1fd09d67ea
commit
46ca3d17d4
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue