diff options
Diffstat (limited to 'ext/ncurses/php_ncurses_fe.h')
| -rw-r--r-- | ext/ncurses/php_ncurses_fe.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/ncurses/php_ncurses_fe.h b/ext/ncurses/php_ncurses_fe.h index 1833e187b4..d5d3c0a85e 100644 --- a/ext/ncurses/php_ncurses_fe.h +++ b/ext/ncurses/php_ncurses_fe.h @@ -123,7 +123,11 @@ PHP_FUNCTION(ncurses_mvgetch); PHP_FUNCTION(ncurses_mvinch); PHP_FUNCTION(ncurses_mvwaddstr); PHP_FUNCTION(ncurses_insstr); + +#if 0 PHP_FUNCTION(ncurses_instr); +#endif + PHP_FUNCTION(ncurses_mvhline); PHP_FUNCTION(ncurses_mvcur); PHP_FUNCTION(ncurses_init_color); |
