diff options
author | foobar <sniper@php.net> | 2001-12-14 03:05:54 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2001-12-14 03:05:54 +0000 |
commit | ae24aa4b8e25204896c61d1c2f522b89b535f286 (patch) | |
tree | 961fbd453bc8ac5908d315cad3421d9bfdb024a2 /ext/ncurses/ncurses_fe.c | |
parent | ef1b6c0b6810cd49a5651048a0e1b9feebcdd51b (diff) | |
download | php-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/ncurses_fe.c')
-rw-r--r-- | ext/ncurses/ncurses_fe.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/ncurses/ncurses_fe.c b/ext/ncurses/ncurses_fe.c index 670203e098..8942de23f8 100644 --- a/ext/ncurses/ncurses_fe.c +++ b/ext/ncurses/ncurses_fe.c @@ -133,7 +133,11 @@ function_entry ncurses_functions[] = { PHP_FE(ncurses_mvinch, NULL) PHP_FE(ncurses_mvwaddstr, NULL) PHP_FE(ncurses_insstr, NULL) + +#if 0 PHP_FE(ncurses_instr, NULL) +#endif + PHP_FE(ncurses_mvhline, NULL) PHP_FE(ncurses_mvcur, NULL) PHP_FE(ncurses_init_color, NULL) |