From: Felipe Pena Date: Tue, 19 Nov 2013 22:26:31 +0000 (-0200) Subject: - Missing function prototype X-Git-Tag: php-5.6.0alpha1~110^2~189^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3e6f942d1ad3b9ec7b96e9f822da1e6f1123332f;p=php - Missing function prototype --- diff --git a/phpdbg_cmd.h b/phpdbg_cmd.h index 47ada44902..d18f8faad1 100644 --- a/phpdbg_cmd.h +++ b/phpdbg_cmd.h @@ -46,7 +46,7 @@ struct _phpdbg_input_t { char* const* start; char *string; size_t length; - + phpdbg_input_t **argv; int argc; }; @@ -93,6 +93,7 @@ int phpdbg_do_cmd(const phpdbg_command_t*, char*, size_t TSRMLS_DC); phpdbg_param_type phpdbg_parse_param(const char*, size_t, phpdbg_param_t* TSRMLS_DC); void phpdbg_clear_param(phpdbg_param_t* TSRMLS_DC); const char* phpdbg_get_param_type(const phpdbg_param_t* TSRMLS_DC); +void phpdbg_destroy_input(phpdbg_input_t** TSRMLS_DC); /** * Command Declarators