diff options
Diffstat (limited to 'phpdbg_utils.c')
-rw-r--r-- | phpdbg_utils.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/phpdbg_utils.c b/phpdbg_utils.c index c234e64d80..ae21cdc78b 100644 --- a/phpdbg_utils.c +++ b/phpdbg_utils.c @@ -262,6 +262,11 @@ PHPDBG_API void phpdbg_set_color_ex(int element, const char *name, size_t name_l } else PHPDBG_G(colors)[element] = colors; } /* }}} */ +PHPDBG_API const phpdbg_color_t* phpdbg_get_colors(TSRMLS_D) /* {{{ */ +{ + return colors; +} /* }}} */ + PHPDBG_API void phpdbg_set_prompt(const char *prompt TSRMLS_DC) /* {{{ */ { /* free formatted prompt */ |