From 3e6f942d1ad3b9ec7b96e9f822da1e6f1123332f Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Tue, 19 Nov 2013 20:26:31 -0200 Subject: [PATCH] - Missing function prototype --- phpdbg_cmd.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.40.0