From 3963ba649d255b5b3bdfe75af3a7cc0b1280d17f Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Sat, 16 Apr 2005 12:12:24 +0000 Subject: - export imageconvolution to userland, making people happy to do not use the predefined ones :) --- ext/gd/php_gd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/gd/php_gd.h') diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h index a49e9a6caa..1fb49cf401 100644 --- a/ext/gd/php_gd.h +++ b/ext/gd/php_gd.h @@ -175,6 +175,7 @@ PHP_FUNCTION(image2wbmp); PHP_FUNCTION(imagelayereffect); PHP_FUNCTION(imagecolormatch); PHP_FUNCTION(imagefilter); +PHP_FUNCTION(imageconvolution); PHP_FUNCTION(imagexbm); #endif -- cgit v1.2.1