aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/IOJpeg.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/IOJpeg.h b/src/IOJpeg.h
index 75355e2..920dc12 100644
--- a/src/IOJpeg.h
+++ b/src/IOJpeg.h
@@ -37,9 +37,8 @@ typedef struct IOJpegGH {
/* geometry information (downsampling, zooming, etc.) */
IOJpegGeo_t **out_geo;
- /* database for names of output files that were already created */
- pNamedData *fileList_2D;
-
+ /* flags indicating file [slab][variable] is advertised */
+ char *advertised[SLABSKEL_MAXDIM];
} IOJpegGH;