From 9637b89e35f6a6d818799a59c025b8e31f0ecd51 Mon Sep 17 00:00:00 2001 From: Jeff Lenk Date: Fri, 28 May 2010 10:48:20 -0500 Subject: [PATCH] FSCORE-613 Crash when using tab completion on uuid_ commands --- src/switch_console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/switch_console.c b/src/switch_console.c index 2298012557..0271811515 100644 --- a/src/switch_console.c +++ b/src/switch_console.c @@ -562,7 +562,7 @@ static int uuid_callback(void *pArg, int argc, char **argv, char **columnNames) } -SWITCH_DECLARE(switch_status_t) switch_console_list_uuid(const char *line, const char *cursor, switch_console_callback_match_t **matches) +SWITCH_DECLARE_NONSTD(switch_status_t) switch_console_list_uuid(const char *line, const char *cursor, switch_console_callback_match_t **matches) { char *sql; struct match_helper h = { 0 };