From 654a7be834189ced04c26904026c2710438b23df Mon Sep 17 00:00:00 2001 From: "Robert C. Helling" Date: Fri, 11 Sep 2015 11:31:02 +0200 Subject: Add checkbox to force images to match dives Give the user the possibility to attach images to a dive even when the times do not match Signed-off-by: Robert C. Helling Signed-off-by: Dirk Hohndel --- dive.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dive.h') diff --git a/dive.h b/dive.h index c20b59bd3..fa95f6721 100644 --- a/dive.h +++ b/dive.h @@ -377,7 +377,7 @@ struct picture { extern struct picture *alloc_picture(); extern bool dive_check_picture_time(struct dive *d, int shift_time, timestamp_t timestamp); -extern void dive_create_picture(struct dive *d, char *filename, int shift_time); +extern void dive_create_picture(struct dive *d, char *filename, int shift_time, bool match_all); extern void dive_add_picture(struct dive *d, struct picture *newpic); extern void dive_remove_picture(char *filename); extern unsigned int dive_get_picture_count(struct dive *d); -- cgit v1.2.3-70-g09d2