Sophie

Sophie

distrib > Mandriva > cooker > i586 > by-pkgid > 1411e24487ca7df69f39b4b19ff21e6a > files > 2

php-tcpwrap-1.1.3-21.src.rpm

--- tcpwrap.c	2008-07-17 09:09:31.000000000 +0200
+++ tcpwrap.c.oden	2012-05-06 10:28:38.289924191 +0200
@@ -39,7 +39,7 @@ int deny_severity = 0;
  *
  * Every user visible function must have an entry in tcpwrap_functions[].
  */
-function_entry tcpwrap_functions[] = {
+zend_function_entry tcpwrap_functions[] = {
 	PHP_FE(tcpwrap_check,	NULL)		/* For testing, remove later. */
 	{NULL, NULL, NULL}	/* Must be the last line in tcpwrap_functions[] */
 };