aboutsummaryrefslogtreecommitdiff
path: root/src/process_image.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-07-10 13:43:30 +0200
committerThomas White <taw@physics.org>2020-07-29 18:53:45 +0200
commit865959d6b3adaae1f80fb50da4bebdd9b5d31830 (patch)
treed8da59cc4e0215d77935c88f2b3cc1dd96285435 /src/process_image.h
parentf7ea70e422fafdc886d5829d1bb5f9f3e75d726f (diff)
Add --no-image-data and --no-mask-data
Diffstat (limited to 'src/process_image.h')
-rw-r--r--src/process_image.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/process_image.h b/src/process_image.h
index 6e86f923..50f69918 100644
--- a/src/process_image.h
+++ b/src/process_image.h
@@ -98,6 +98,7 @@ struct index_args
Spectrum *spectrum;
signed int wait_for_file; /* -1 means wait forever */
int no_image_data;
+ int no_mask_data;
};