summaryrefslogtreecommitdiff
path: root/ext/gd/php_gd.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-06-15 20:00:08 +0000
committerMarcus Boerger <helly@php.net>2003-06-15 20:00:08 +0000
commit8fd5e11ff4b2864c79b33a595de881b946d94600 (patch)
tree96d10e23fe5e67ddb02b1b23fb12f37b728f5134 /ext/gd/php_gd.h
parent2a02045596b3d60f58240b1d99ee88091beb997a (diff)
downloadphp-git-8fd5e11ff4b2864c79b33a595de881b946d94600.tar.gz
Add ImageXBM
Diffstat (limited to 'ext/gd/php_gd.h')
-rw-r--r--ext/gd/php_gd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h
index 0b8342e3dd..ba1d600e35 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(imagexbm);
#endif
PHP_GD_API int phpi_get_le_gd(void);