X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2Fgdcmjpegls%2FDecoder%2Fbitio.c;h=6309f20af79132b4d579cd873e7f6d5ada725595;hb=068237f611af16f971febdf7a1eeb09adaa90d27;hp=f8f2a4a7ee5f7bb79db2ca98f5815994f3154e75;hpb=0e573b14936410663e6cfe88714f35b383dc3ab9;p=gdcm.git diff --git a/src/gdcmjpegls/Decoder/bitio.c b/src/gdcmjpegls/Decoder/bitio.c index f8f2a4a7..6309f20a 100644 --- a/src/gdcmjpegls/Decoder/bitio.c +++ b/src/gdcmjpegls/Decoder/bitio.c @@ -54,9 +54,9 @@ #include /* for memset */ -int zeroLUT[]; /* lookup table to find number of leading zeroes */ +extern int zeroLUT[]; /* lookup table to find number of leading zeroes */ -FILE *in, *out; +extern FILE *in, *out; byte negbuff[BUFSIZE+4]; /* byte I/O buffer, allowing for 4 "negative" locations */