]> granicus.if.org Git - php/commitdiff
MFH
authorfoobar <sniper@php.net>
Mon, 5 Dec 2005 23:53:30 +0000 (23:53 +0000)
committerfoobar <sniper@php.net>
Mon, 5 Dec 2005 23:53:30 +0000 (23:53 +0000)
ext/skeleton/skeleton.c

index 40e7ef76e2c672ddda0b7f5f08703c286994861d..3164b46afb8855ddce935c7d67471dbd3040d3e4 100644 (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[] */