diff options
author | foobar <sniper@php.net> | 2005-12-06 02:28:26 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-12-06 02:28:26 +0000 |
commit | a208d9a966905ab2f551acfc93f119b51efc94c7 (patch) | |
tree | d5781cdb101153c87b89e22ec876c291e3b970b2 /ext/ncurses/php_ncurses.h | |
parent | a05e8e335d077b8da349d40e8e9523eec554a89e (diff) | |
download | php-git-a208d9a966905ab2f551acfc93f119b51efc94c7.tar.gz |
- Nuke php3 legacy
Diffstat (limited to 'ext/ncurses/php_ncurses.h')
-rw-r--r-- | ext/ncurses/php_ncurses.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ncurses/php_ncurses.h b/ext/ncurses/php_ncurses.h index 6b0ebcce6f..9bc862f087 100644 --- a/ext/ncurses/php_ncurses.h +++ b/ext/ncurses/php_ncurses.h @@ -36,7 +36,7 @@ extern int le_ncurses_panels; extern zend_module_entry ncurses_module_entry; #define phpext_ncurses_ptr &ncurses_module_entry -extern function_entry ncurses_functions[]; +extern zend_function_entry ncurses_functions[]; #include "php_ncurses_fe.h" #ifdef PHP_WIN32 |