summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-02-01 00:07:04 +1100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-02-01 00:07:04 +1100
commit0f2fac265fb876de971a2849bec69c51161d7a74 (patch)
tree396cc32dad86fea20a0d709bb4b63bc2c27bb7ae /dive.h
parent6f66781b1fe99d0157abc0a7f2220e4adaf2e431 (diff)
downloadsubsurface-0f2fac265fb876de971a2849bec69c51161d7a74.tar.gz
Clear the list of events when closing data file
When the data file is closed we should reset the events that we offer for filtering. Reported-by: Sergey Starosek <sergey.starosek@gmail.com> 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 e719f2289..2b24ed932 100644
--- a/dive.h
+++ b/dive.h
@@ -552,6 +552,7 @@ extern void add_location(const char *string);
extern void add_suit(const char *string);
extern void remember_event(const char *eventname);
extern void evn_foreach(void (*callback)(const char *, int *, void *), void *data);
+extern void clear_events(void);
extern int add_new_dive(struct dive *dive);
extern gboolean edit_trip(dive_trip_t *trip);