diff options
author | Wez Furlong <wez@php.net> | 2002-09-27 22:33:14 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2002-09-27 22:33:14 +0000 |
commit | 65d3e611f99616bdc5c7862c83cf6a1fc203efc0 (patch) | |
tree | d9598d178f8edcf4908c01723a930bc03df16e0c /ext/ncurses/php_ncurses_fe.h | |
parent | dd6d22b6a103313aed54920f6927eb4439c3a493 (diff) | |
download | php-git-65d3e611f99616bdc5c7862c83cf6a1fc203efc0.tar.gz |
More ncurses functions and constants.
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 818cc5d995..4facad7d25 100644 --- a/ext/ncurses/php_ncurses_fe.h +++ b/ext/ncurses/php_ncurses_fe.h @@ -157,6 +157,10 @@ PHP_FUNCTION(ncurses_wstandend); PHP_FUNCTION(ncurses_wattrset); PHP_FUNCTION(ncurses_wattron); PHP_FUNCTION(ncurses_wattroff); +PHP_FUNCTION(ncurses_waddch); +PHP_FUNCTION(ncurses_wborder); +PHP_FUNCTION(ncurses_whline); +PHP_FUNCTION(ncurses_wvline); #if HAVE_NCURSES_PANEL PHP_FUNCTION(ncurses_update_panels); PHP_FUNCTION(ncurses_panel_window); |