MS VS inline/extern fix from Ben Alison plus comments.
authorErik de Castro Lopo <erikd@mega-nerd.com>
Tue, 12 Mar 2013 06:08:29 +0000 (17:08 +1100)
committerErik de Castro Lopo <erikd@mega-nerd.com>
Tue, 12 Mar 2013 06:12:07 +0000 (17:12 +1100)
commit9edb817dd2c35ccea73696557d52ddc1fee171d3
tree35f3bfabc335860b825da10201666ce9d49acead
parent06f3812d79d84c9116ce2f966aca8208ea171cbf
MS VS inline/extern fix from Ben Alison plus comments.

Add explicit extern to functions that are locally declared inline
but which also have non-inline public prototypes.

It seems MS VS does not quite meet the C99 spec (section 6.7.4).
src/libFLAC/bitreader.c
src/libFLAC/bitwriter.c