X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2Fgdcmjpegls%2FDecoder%2Fglobal.h;h=6bf1206d49b77984582e574e66391d973ac0836e;hb=21d241b3fdcf675d8d91a6daf6dfd6f448b68195;hp=e7412bd05b2c59233fd10da17eda001d6d396f71;hpb=7ab5d36cc109d95125d927436be0b908e3c632b5;p=gdcm.git diff --git a/src/gdcmjpegls/Decoder/global.h b/src/gdcmjpegls/Decoder/global.h index e7412bd0..6bf1206d 100644 --- a/src/gdcmjpegls/Decoder/global.h +++ b/src/gdcmjpegls/Decoder/global.h @@ -91,10 +91,6 @@ #define DEFAULT_COLOR_MODE LINE_INT -extern char *plane_int_string, - *line_int_string, - *pixel_int_string; - #ifndef BIG_ENDIAN #define BIG_ENDIAN 1 @@ -151,8 +147,6 @@ extern int sampling[MAX_COMPONENTS]; #define RIGHTMARGIN 1 -extern char *disclaimer; - /* alphabet size */ #define MAXA8 (256) @@ -334,7 +328,7 @@ extern int N[TOT_CONTEXTS], /****** Function prototypes */ /* global.c */ -void error(char *msg); +void error(const char *msg); void *safealloc(size_t size); void *safecalloc(size_t numels, size_t size); double get_utime();