diff options
author | Joe Watkins <krakjoe@php.net> | 2016-11-20 05:24:14 +0000 |
---|---|---|
committer | Joe Watkins <krakjoe@php.net> | 2016-11-20 05:26:46 +0000 |
commit | 893a27d6327e29f0af4f8de7dc4c9569dd4a3698 (patch) | |
tree | dc30e6c4f186184398d96f1a315d0c5d665b6241 /sapi/phpdbg/phpdbg_help.h | |
parent | 8113daef499d7d56cb9b5877b27c26667469615a (diff) | |
download | php-git-893a27d6327e29f0af4f8de7dc4c9569dd4a3698.tar.gz |
make it possible to show specific help pages without interactive session
Diffstat (limited to 'sapi/phpdbg/phpdbg_help.h')
-rw-r--r-- | sapi/phpdbg/phpdbg_help.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sapi/phpdbg/phpdbg_help.h b/sapi/phpdbg/phpdbg_help.h index 7473684d3f..d44eca15ee 100644 --- a/sapi/phpdbg/phpdbg_help.h +++ b/sapi/phpdbg/phpdbg_help.h @@ -45,4 +45,6 @@ typedef struct _phpdbg_help_text_t { } phpdbg_help_text_t; extern phpdbg_help_text_t phpdbg_help_text[]; + +extern void phpdbg_do_help_cmd(char *type); #endif /* PHPDBG_HELP_H */ |