fix linkage

pull/88/head
Dave Vasilevsky 4 years ago
parent 4a03d0a1fe
commit f385e7be8a

@ -7,7 +7,7 @@
#pragma mark UTILS
FILE *gInFile = NULL;
FILE *gInFile = NULL, *gOutFile = NULL;
lzma_stream gStream = LZMA_STREAM_INIT;

@ -54,8 +54,8 @@ void pixz_read(bool verify, size_t nspecs, char **specs);
#pragma mark UTILS
FILE *gInFile, *gOutFile;
lzma_stream gStream;
extern FILE *gInFile, *gOutFile;
extern lzma_stream gStream;
extern lzma_index *gIndex;

Loading…
Cancel
Save