]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
tweak
authorMichael Jerris <mike@jerris.com>
Sat, 26 Apr 2008 17:02:43 +0000 (17:02 +0000)
committerMichael Jerris <mike@jerris.com>
Sat, 26 Apr 2008 17:02:43 +0000 (17:02 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8208 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_console.c

index 4b865e309a83e3bcc705b52e162bf19b6e93d59e..be67529458a4ea932f3c41f70aa52d801bafdec1 100644 (file)
@@ -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)
 {