summaryrefslogtreecommitdiff
blob: 648cb8f7f77018836b6450308dde1bd7ce3c193c (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/contrib/php/php_auth_nds.c
+++ b/contrib/php/php_auth_nds.c
@@ -1102,7 +1102,7 @@
 	php_info_print_table_end();
 }
 
-function_entry auth_nds_functions[] = {
+zend_function_entry auth_nds_functions[] = {
 	PHP_FE(auth_bindery,			NULL)
 	PHP_FE(auth_nds,			NULL)
 	PHP_FE(auth_tree,			NULL)