summaryrefslogtreecommitdiff
path: root/ext/gd/php_gd.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/php_gd.h')
-rw-r--r--ext/gd/php_gd.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h
index 008bb5d7d7..9091c16ef4 100644
--- a/ext/gd/php_gd.h
+++ b/ext/gd/php_gd.h
@@ -192,11 +192,12 @@ PHP_FUNCTION(image2wbmp);
#if HAVE_GD_BUNDLED
PHP_FUNCTION(imagelayereffect);
PHP_FUNCTION(imagecolormatch);
-PHP_FUNCTION(imagefilter);
-PHP_FUNCTION(imageconvolution);
PHP_FUNCTION(imagexbm);
#endif
+PHP_FUNCTION(imagefilter);
+PHP_FUNCTION(imageconvolution);
+
PHP_GD_API int phpi_get_le_gd(void);
#else