summaryrefslogtreecommitdiff
path: root/ext/standard/php_image.h
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2003-11-27 22:03:35 +0000
committerIlia Alshanetsky <iliaa@php.net>2003-11-27 22:03:35 +0000
commite898ae955e957fcda3635055f55aa841c4446cc1 (patch)
treea5f520a6d580681850cd37560a46ddc2631677ab /ext/standard/php_image.h
parent1586f714fe5e05399a0373b7c9dbec4a36ee9a41 (diff)
downloadphp-git-e898ae955e957fcda3635055f55aa841c4446cc1.tar.gz
Added image_type_to_extension() function.
Diffstat (limited to 'ext/standard/php_image.h')
-rw-r--r--ext/standard/php_image.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/php_image.h b/ext/standard/php_image.h
index 1d3e9038dc..dc3bc420e9 100644
--- a/ext/standard/php_image.h
+++ b/ext/standard/php_image.h
@@ -25,6 +25,7 @@
PHP_FUNCTION(getimagesize);
PHP_FUNCTION(image_type_to_mime_type);
+PHP_FUNCTION(image_type_to_extension);
/* {{{ enum image_filetype
This enum is used to have ext/standard/image.c and ext/exif/exif.c use