summaryrefslogtreecommitdiff
path: root/phpdbg_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'phpdbg_utils.h')
-rw-r--r--phpdbg_utils.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpdbg_utils.h b/phpdbg_utils.h
index 18b6a47141..b85a76ae3a 100644
--- a/phpdbg_utils.h
+++ b/phpdbg_utils.h
@@ -96,7 +96,8 @@ typedef struct _phpdbg_color_t {
PHPDBG_API const phpdbg_color_t* phpdbg_get_color(const char *name, size_t name_length TSRMLS_DC);
PHPDBG_API void phpdbg_set_color(int element, const phpdbg_color_t *color TSRMLS_DC);
-PHPDBG_API void phpdbg_set_color_ex(int element, const char *name, size_t name_length TSRMLS_DC); /* }}} */
+PHPDBG_API void phpdbg_set_color_ex(int element, const char *name, size_t name_length TSRMLS_DC);
+PHPDBG_API const phpdbg_color_t* phpdbg_get_colors(TSRMLS_D); /* }}} */
/* {{{ Prompt Management */
PHPDBG_API void phpdbg_set_prompt(const char* TSRMLS_DC);