]> granicus.if.org Git - php/commitdiff
- Use the real name instead of the BC name here
authorfoobar <sniper@php.net>
Mon, 5 Dec 2005 23:52:30 +0000 (23:52 +0000)
committerfoobar <sniper@php.net>
Mon, 5 Dec 2005 23:52:30 +0000 (23:52 +0000)
ext/skeleton/skeleton.c

index 021b76e7891557ef5871197f852421ed10a4fe7d..a5cf506f65050dcde045b78b6cc8de8476d0dccf 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[] */