aboutsummaryrefslogtreecommitdiff
path: root/src/detector.h
diff options
context:
space:
mode:
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 */