aboutsummaryrefslogtreecommitdiff
path: root/src/process_image.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-03-14 15:28:39 +0100
committerThomas White <taw@physics.org>2019-03-14 16:43:50 +0100
commit75d8d522008429c4973c28a2c5a770a581f5efd5 (patch)
tree25a272e522a71c9f74e843442496516f6c8cac41 /src/process_image.h
parent1449feb1f5507e79c4259ab7e122451b07d147c8 (diff)
indexamajig: Add --no-image-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 a606fb0e..48160bb6 100644
--- a/src/process_image.h
+++ b/src/process_image.h
@@ -119,6 +119,7 @@ struct index_args
struct felix_options felix_opts;
struct spectrum *spectrum;
signed int wait_for_file; /* -1 means wait forever */
+ int no_image_data;
};