diff options
Diffstat (limited to 'phpdbg_cmd.h')
-rw-r--r-- | phpdbg_cmd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpdbg_cmd.h b/phpdbg_cmd.h index af93ba54d4..571d065f59 100644 --- a/phpdbg_cmd.h +++ b/phpdbg_cmd.h @@ -45,7 +45,8 @@ typedef enum { SHELL_PARAM, COND_PARAM, OP_PARAM, - ORIG_PARAM + ORIG_PARAM, + RUN_PARAM } phpdbg_param_type; typedef struct _phpdbg_param phpdbg_param_t; |