summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2011-10-25 02:51:16 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2011-10-25 02:51:16 -0700
commit98efa0794aa12eea203216e6f5e7e0bdd336d488 (patch)
treeb616cfbb25a4051cd63fca8c6964c25a2cc627f2 /dive.h
parent499cc0c87c61d517c7953a945da39f4db249f364 (diff)
downloadsubsurface-98efa0794aa12eea203216e6f5e7e0bdd336d488.tar.gz
Add menu item and dialog to select which events to display
Right now they are displayed in one hbox which doesn't work if you have many events - but the code itself works and correctly toggles the events on and off. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dive.h b/dive.h
index 1008e56bf..92d358d02 100644
--- a/dive.h
+++ b/dive.h
@@ -263,6 +263,7 @@ 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 evn_foreach(void (*callback)(const char *, int *, void *), void *data);
extern void dive_list_update_dives(void);
extern void flush_divelist(struct dive *dive);