diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2002-03-25 01:08:39 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2002-03-25 01:08:39 +0000 |
commit | d2b8655775c8cba46219df309441b0f888e120b6 (patch) | |
tree | ecd570d85ddcd1fde051ee2dfe07a58c4f2c5b49 /ext/exif | |
parent | 05475d809b954ecc2f4788ece6f156ba4f1fd5ab (diff) | |
download | php-git-d2b8655775c8cba46219df309441b0f888e120b6.tar.gz |
pproto fix
Diffstat (limited to 'ext/exif')
-rw-r--r-- | ext/exif/exif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/exif/exif.c b/ext/exif/exif.c index 92e00c12a2..45c49c99a5 100644 --- a/ext/exif/exif.c +++ b/ext/exif/exif.c @@ -3234,7 +3234,7 @@ PHP_FUNCTION(exif_thumbnail) } /* }}} */ -/* {{{ proto long getimagesize(string imagefile) +/* {{{ proto long exif_imagetype(string imagefile) Get the type of an image */ PHP_FUNCTION(exif_imagetype) { |