summaryrefslogtreecommitdiff
path: root/ext/exif/php_exif.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2002-03-06 09:31:32 +0000
committerMarcus Boerger <helly@php.net>2002-03-06 09:31:32 +0000
commit0ecd2f0876fc5c9d4ad8ef95acc8162b8fbdae9b (patch)
tree3fbef6b6234edc6e6c7f21beb0cfe54df3f3773a /ext/exif/php_exif.h
parentca59cb7cf90b10161b96b8d34d88fd8244e15272 (diff)
downloadphp-git-0ecd2f0876fc5c9d4ad8ef95acc8162b8fbdae9b.tar.gz
-new working thumbnail code
-everything uses new data structures -new function exif_thumbnail #nearly stripped off all jhead code @read_exif_data is now an alias for exif_read_data @ important to differenciate old/new version for tests) @new function exif_tagname returns the names of tags @new function exif_thumbnail extracts embedded thumbnail (Marcus) #switched to internal version 1.2
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