diff options
Diffstat (limited to 'ext/ncurses/php_ncurses_fe.h')
-rw-r--r-- | ext/ncurses/php_ncurses_fe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/ncurses/php_ncurses_fe.h b/ext/ncurses/php_ncurses_fe.h index 4facad7d25..49247fbd4a 100644 --- a/ext/ncurses/php_ncurses_fe.h +++ b/ext/ncurses/php_ncurses_fe.h @@ -161,6 +161,7 @@ PHP_FUNCTION(ncurses_waddch); PHP_FUNCTION(ncurses_wborder); PHP_FUNCTION(ncurses_whline); PHP_FUNCTION(ncurses_wvline); +PHP_FUNCTION(ncurses_getyx); #if HAVE_NCURSES_PANEL PHP_FUNCTION(ncurses_update_panels); PHP_FUNCTION(ncurses_panel_window); |