X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2Fjpeg%2Fljpg%2Fdecomp.c;h=73fd196e625a62654e3f937d0857c5a31bbade77;hb=8ac4df8c7543a827c7b89fc9bbcf86625f3c1afe;hp=d5cf9f484608e901aeff7a0506b2c58353834bf0;hpb=769cf91297c76f800eeb884a429dfc44bfbd1d7e;p=gdcm.git diff --git a/src/jpeg/ljpg/decomp.c b/src/jpeg/ljpg/decomp.c index d5cf9f48..73fd196e 100644 --- a/src/jpeg/ljpg/decomp.c +++ b/src/jpeg/ljpg/decomp.c @@ -7,7 +7,7 @@ * from the Cornell lossless JPEG code */ /* - * $Id: decomp.c,v 1.1 2003/10/21 12:08:53 jpr Exp $ + * $Id: decomp.c,v 1.3 2004/08/18 02:26:08 malaterre Exp $ */ #include #include @@ -17,8 +17,8 @@ #include "mcu.h" #include "proto.h" -DecompressInfo dcInfo; -StreamIN JpegInFile; +static DecompressInfo dcInfo; +static StreamIN JpegInFile; /* *-------------------------------------------------------------- @@ -54,7 +54,7 @@ int ReadJpegData (Uchar *buffer, int numBytes) } -short JPEGLosslessDecodeImage (StreamIN inFile, unsigned short *image16, int depth, int length) +GLOBAL(short) JPEGLosslessDecodeImage (StreamIN inFile, unsigned short *image16, int depth, int length) { /* Initialization */ JpegInFile = inFile;