From 5ca49b0460f36ac969b7ef388f586782d584b36d Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 25 Oct 2011 00:29:19 -0700 Subject: Remember the event names as we encounter them First step to being able to filter the events that we display in the profile. We could (in theory) walk all the dives in the divelist when we need this data, but it seems much more convenient to have them in an array in one place. Signed-off-by: Dirk Hohndel --- dive.h | 1 + 1 file changed, 1 insertion(+) (limited to 'dive.h') diff --git a/dive.h b/dive.h index 7c64c21e2..1008e56bf 100644 --- a/dive.h +++ b/dive.h @@ -262,6 +262,7 @@ extern void report_error(GError* error); extern void add_cylinder_description(cylinder_type_t *); extern void add_people(const char *string); extern void add_location(const char *string); +extern void remember_event(const char *eventname); extern void dive_list_update_dives(void); extern void flush_divelist(struct dive *dive); -- cgit v1.2.3-70-g09d2