mirror of
https://github.com/php/php-src.git
synced 2024-11-27 03:44:07 +08:00
- Added prototype for breakpoint funcs
This commit is contained in:
parent
ddf5c42e2d
commit
7752077b63
@ -36,4 +36,7 @@ typedef struct _phpdbg_breaksymbol_t {
|
||||
long opline_num;
|
||||
} phpdbg_breaksymbol_t;
|
||||
|
||||
void phpdbg_set_breakpoint_file(const char*, const char* TSRMLS_DC);
|
||||
void phpdbg_set_breakpoint_symbol(const char*, const char* TSRMLS_DC);
|
||||
|
||||
#endif /* PHPDBG_BP_H */
|
||||
|
@ -18,7 +18,6 @@
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "zend.h"
|
||||
#include "phpdbg.h"
|
||||
#include "phpdbg_help.h"
|
||||
|
Loading…
Reference in New Issue
Block a user