From: Mathieu Rene Date: Tue, 15 Dec 2009 18:27:54 +0000 (+0000) Subject: doh X-Git-Tag: v1.0.6~995 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7629361048f5b9fb2ae098ad26282be3d3924cc7;p=thirdparty%2Ffreeswitch.git doh git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15968 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/include/switch_console.h b/src/include/switch_console.h index 7e2968335b..e8d666f255 100644 --- a/src/include/switch_console.h +++ b/src/include/switch_console.h @@ -85,7 +85,7 @@ SWITCH_DECLARE(switch_status_t) switch_console_run_complete_func(const char *fun const char *last_word, switch_console_callback_match_t **matches); SWITCH_DECLARE(void) switch_console_push_match(switch_console_callback_match_t **matches, const char *new_val); SWITCH_DECLARE(void) switch_console_free_matches(switch_console_callback_match_t **matches); -SWITCH_DECLARE(unsigned char) switch_console_complete(const char *line, const char *cursor, FILE *console_out, switch_stream_handle_t *stream, switch_xml_t xml); +SWITCH_DECLARE(unsigned char) switch_console_complete(const char *line, const char *last_word, FILE *console_out, switch_stream_handle_t *stream, switch_xml_t xml); SWITCH_END_EXTERN_C #endif