diff options
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/main/php.h b/main/php.h index 7b958747f2..cdbbaabeb2 100644 --- a/main/php.h +++ b/main/php.h @@ -256,8 +256,6 @@ extern PHPAPI void php_error_cb(int type, const char *format, ...); #endif -extern void html_putc(char c); - #define zenderror phperror #define zendlex phplex |