Skip to content

Commit 4cbde95

Browse files
author
foobar
committed
MFH
1 parent a3af52c commit 4cbde95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/skeleton/skeleton.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ static int le_extname;
2020
*
2121
* Every user visible function must have an entry in extname_functions[].
2222
*/
23-
function_entry extname_functions[] = {
23+
zend_function_entry extname_functions[] = {
2424
PHP_FE(confirm_extname_compiled, NULL) /* For testing, remove later. */
2525
/* __function_entries_here__ */
2626
{NULL, NULL, NULL} /* Must be the last line in extname_functions[] */

0 commit comments

Comments
 (0)