From 19d701d359aae091eb2b2520ca2675de0e406a38 Mon Sep 17 00:00:00 2001 From: pp Date: Wed, 24 Jul 2013 15:58:02 +0000 Subject: - replace function_entry with zend_function_entry git-svn-id: https://siedziba.pl:790/svn/repos/php-imlib/trunk@344 455248ca-bdda-0310-9134-f4ebb693071a --- php_imlib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php_imlib.c') diff --git a/php_imlib.c b/php_imlib.c index a17811e..e1a2828 100644 --- a/php_imlib.c +++ b/php_imlib.c @@ -82,7 +82,7 @@ static int le_imlib_cm; static int le_ps_font, le_ps_enc; #endif -function_entry imlib_functions[] = { +zend_function_entry imlib_functions[] = { PHP_FE(imlib_add_color_to_color_range,NULL) PHP_FE(imlib_blend_image_onto_image,NULL) PHP_FE(imlib_clone_image,NULL) -- cgit v1.2.3