summaryrefslogtreecommitdiff
path: root/ext/standard/php_image.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2002-06-23 00:43:11 +0000
committerMarcus Boerger <helly@php.net>2002-06-23 00:43:11 +0000
commit1f56d4ba08b70e33c0a174d6352c88c22e91127f (patch)
tree9a3815d0f6b449312bff81dd848f95881de680c9 /ext/standard/php_image.h
parent16a753d3c2dd80fe78de521edcb4cdd4cbd28404 (diff)
downloadphp-git-1f56d4ba08b70e33c0a174d6352c88c22e91127f.tar.gz
-imagetype2mimetype renamed to image_type_to_mime_type
Diffstat (limited to 'ext/standard/php_image.h')
-rw-r--r--ext/standard/php_image.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/php_image.h b/ext/standard/php_image.h
index 47373aeb3b..69536c269e 100644
--- a/ext/standard/php_image.h
+++ b/ext/standard/php_image.h
@@ -24,7 +24,7 @@
PHP_FUNCTION(getimagesize);
-PHP_FUNCTION(imagetype2mimetype);
+PHP_FUNCTION(image_type_to_mime_type);
/* {{{ enum image_filetype
This enum is used to have ext/standard/image.c and ext/exif/exif.c use
@@ -51,6 +51,6 @@ typedef enum
PHPAPI int php_getimagetype(php_stream *stream, char *filetype TSRMLS_DC);
-PHPAPI const char * php_imagetype2mimetype(int image_type);
+PHPAPI const char * php_image_type_to_mime_type(int image_type);
#endif /* PHP_IMAGE_H */