diff options
Diffstat (limited to 'sapi/phpdbg/phpdbg_watch.h')
| -rw-r--r-- | sapi/phpdbg/phpdbg_watch.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/phpdbg/phpdbg_watch.h b/sapi/phpdbg/phpdbg_watch.h index f7b3fddcc2..6782c38d54 100644 --- a/sapi/phpdbg/phpdbg_watch.h +++ b/sapi/phpdbg/phpdbg_watch.h @@ -117,6 +117,7 @@ typedef struct {  void phpdbg_setup_watchpoints(void);  void phpdbg_destroy_watchpoints(void); +void phpdbg_purge_watchpoint_tree(void);  #ifndef _WIN32  int phpdbg_watchpoint_segfault_handler(siginfo_t *info, void *context);  | 
