summaryrefslogtreecommitdiff
path: root/ext/exif/php_exif.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/exif/php_exif.h')
-rw-r--r--ext/exif/php_exif.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/exif/php_exif.h b/ext/exif/php_exif.h
index 29f5fb2ceb..c15728414e 100644
--- a/ext/exif/php_exif.h
+++ b/ext/exif/php_exif.h
@@ -26,4 +26,5 @@ extern zend_module_entry exif_module_entry;
PHP_FUNCTION(exif_read_data);
PHP_FUNCTION(exif_tagname);
PHP_FUNCTION(exif_thumbnail);
+PHP_FUNCTION(exif_imagetype);
#endif