summaryrefslogtreecommitdiff
path: root/ext/ncurses/php_ncurses_fe.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ncurses/php_ncurses_fe.h')
-rw-r--r--ext/ncurses/php_ncurses_fe.h4
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);