summaryrefslogtreecommitdiff
path: root/ext/ncurses/php_ncurses_fe.h
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-12-14 03:05:54 +0000
committerfoobar <sniper@php.net>2001-12-14 03:05:54 +0000
commitae24aa4b8e25204896c61d1c2f522b89b535f286 (patch)
tree961fbd453bc8ac5908d315cad3421d9bfdb024a2 /ext/ncurses/php_ncurses_fe.h
parentef1b6c0b6810cd49a5651048a0e1b9feebcdd51b (diff)
downloadphp-git-ae24aa4b8e25204896c61d1c2f522b89b535f286.tar.gz
Got some undefined symbol without this patch..
# Also, shouldn't this extension be only available when building a CGI ?
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 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);