Remove the inline keyword from exif_tag_table_count()
authorDan Fandrich <dan@coneharvesters.com>
Fri, 29 Jun 2018 21:49:56 +0000 (23:49 +0200)
committerDan Fandrich <dan@coneharvesters.com>
Fri, 29 Jun 2018 21:49:56 +0000 (23:49 +0200)
commit80ed9dffc0666246a4852936443846d24609aef4
treed406a6c108e49a41347e4b63c239934e4da4afe7
parented4baa0954a264d2cf9f95afe7b9b9a08d2ffdd3
Remove the inline keyword from exif_tag_table_count()

This function is called from two object files and some compilers won't
export it when it's explicitly marked inline.

Fixes https://sourceforge.net/p/libexif/bugs/120/ reported by Reid Kleckner.
libexif/exif-tag.c