aboutsummaryrefslogtreecommitdiff
path: root/src/detector.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2009-12-03 11:08:08 +0100
committerThomas White <taw@physics.org>2009-12-03 11:08:08 +0100
commit903d944cb22d818096e8bba23274a18902396e4c (patch)
treeafff4e91fa0c8db5db298b8e56da1ef7e71f93fe /src/detector.h
parentd30508aa7b57b17601c487a7761f1e4a2505a54a (diff)
Add --no-noise option
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 4d540d07..f4c6f562 100644
--- a/src/detector.h
+++ b/src/detector.h
@@ -18,6 +18,6 @@
#include "image.h"
-extern void record_image(struct image *image, int do_water);
+extern void record_image(struct image *image, int do_water, int do_poisson);
#endif /* DETECTOR_H */