summaryrefslogtreecommitdiff
path: root/ext/ncurses/php_ncurses_fe.h
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2002-09-28 22:50:23 +0000
committerWez Furlong <wez@php.net>2002-09-28 22:50:23 +0000
commit18f94ecea48f91117ad12c237ad3c09b329ccd79 (patch)
treed3266805cf00324561a64d6b74f788e9a43de514 /ext/ncurses/php_ncurses_fe.h
parent4f43b74fb889c0998a5a55546a36a0f6e4d86ccd (diff)
downloadphp-git-18f94ecea48f91117ad12c237ad3c09b329ccd79.tar.gz
Added ncurses_getyx().
Diffstat (limited to 'ext/ncurses/php_ncurses_fe.h')
-rw-r--r--ext/ncurses/php_ncurses_fe.h1
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);