From: foobar Date: Mon, 5 Dec 2005 23:52:30 +0000 (+0000) Subject: - Use the real name instead of the BC name here X-Git-Tag: RELEASE_1_1_1~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d615790346524ae0ea3cb064f7f5d4a71189098;p=php - Use the real name instead of the BC name here --- diff --git a/ext/skeleton/skeleton.c b/ext/skeleton/skeleton.c index 021b76e789..a5cf506f65 100644 --- a/ext/skeleton/skeleton.c +++ b/ext/skeleton/skeleton.c @@ -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[] */