From: Michael Jerris Date: Sat, 26 Apr 2008 17:02:43 +0000 (+0000) Subject: tweak X-Git-Tag: v1.0-rc4~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46ca3d17d4c36da9ea01ce37cd76e6653049bf7e;p=thirdparty%2Ffreeswitch.git tweak git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8208 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/switch_console.c b/src/switch_console.c index 4b865e309a..be67529458 100644 --- a/src/switch_console.c +++ b/src/switch_console.c @@ -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) {