diff options
Diffstat (limited to 'ext/exif/exif.c')
-rw-r--r-- | ext/exif/exif.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/exif/exif.c b/ext/exif/exif.c index d11cd38597..1427cbb4bc 100644 --- a/ext/exif/exif.c +++ b/ext/exif/exif.c @@ -919,7 +919,8 @@ int ReadJpegFile(ImageInfoType *ImageInfo, Section_t *Sections, return ret; } -PHPAPI int php_read_jpeg_exif(ImageInfoType *ImageInfo, char *FileName, int ReadAll) { +int php_read_jpeg_exif(ImageInfoType *ImageInfo, char *FileName, int ReadAll) +{ Section_t Sections[20]; int SectionsRead; char *LastExifRefd=NULL; |