This commit is contained in:
foobar 2005-12-05 23:53:05 +00:00
parent a3af52c11e
commit 4cbde95247

View file

@ -20,7 +20,7 @@ static int le_extname;
*
* Every user visible function must have an entry in extname_functions[].
*/
function_entry extname_functions[] = {
zend_function_entry extname_functions[] = {
PHP_FE(confirm_extname_compiled, NULL) /* For testing, remove later. */
/* __function_entries_here__ */
{NULL, NULL, NULL} /* Must be the last line in extname_functions[] */