aboutsummaryrefslogtreecommitdiff
path: root/src/detector.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2009-12-04 10:48:43 +0100
committerThomas White <taw@physics.org>2009-12-04 10:48:43 +0100
commit6a378dfb14c8f3d539e93b01c8c5dda77350070a (patch)
tree10b3c1663d458b9c784595b69976ab01a0f4455f /src/detector.h
parent903d944cb22d818096e8bba23274a18902396e4c (diff)
Add --no-bloom option
Diffstat (limited to 'src/detector.h')
-rw-r--r--src/detector.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/detector.h b/src/detector.h
index f4c6f562..7b9d567c 100644
--- a/src/detector.h
+++ b/src/detector.h
@@ -18,6 +18,7 @@
#include "image.h"
-extern void record_image(struct image *image, int do_water, int do_poisson);
+extern void record_image(struct image *image, int do_water, int do_poisson,
+ int do_bloom);
#endif /* DETECTOR_H */