aboutsummaryrefslogtreecommitdiff
path: root/src/detector.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2009-12-02 11:34:45 +0100
committerThomas White <taw@physics.org>2009-12-02 11:34:45 +0100
commit14ed5b7569dedf5905deafcb892084ccb2f1f4a3 (patch)
tree9820c5c5526fcb88bcd96333a285534a19f1d88d /src/detector.h
parent6d8e2e53e444f65930c1b92f32991f062bbfbaf3 (diff)
Add option not to include water background
Diffstat (limited to 'src/detector.h')
-rw-r--r--src/detector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/detector.h b/src/detector.h
index 2f6680c4..4d540d07 100644
--- a/src/detector.h
+++ b/src/detector.h
@@ -18,6 +18,6 @@
#include "image.h"
-extern void record_image(struct image *image);
+extern void record_image(struct image *image, int do_water);
#endif /* DETECTOR_H */