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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/exif/php_exif.h b/ext/exif/php_exif.h
index 1ee86dc274..29f5fb2ceb 100644
--- a/ext/exif/php_exif.h
+++ b/ext/exif/php_exif.h
@@ -23,6 +23,7 @@
extern zend_module_entry exif_module_entry;
#define phpext_exif_ptr &exif_module_entry
-PHP_FUNCTION(read_exif_data);
-PHP_FUNCTION(exif_headername);
+PHP_FUNCTION(exif_read_data);
+PHP_FUNCTION(exif_tagname);
+PHP_FUNCTION(exif_thumbnail);
#endif