summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_help.h
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2016-11-20 05:24:14 +0000
committerJoe Watkins <krakjoe@php.net>2016-11-20 05:25:42 +0000
commit56f9a93939a96f93210809e99fe1d4f536b56b2d (patch)
treedaed3233acd51cef22de4f77ece9ae4c14df4b0e /sapi/phpdbg/phpdbg_help.h
parentc7d0571ef4f83f9f674325d9bfacd740ed1c3bcd (diff)
downloadphp-git-56f9a93939a96f93210809e99fe1d4f536b56b2d.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.h2
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 */