summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/dive.h b/dive.h
index 97668477c..481d8a17a 100644
--- a/dive.h
+++ b/dive.h
@@ -321,6 +321,9 @@ extern gboolean autogroup;
extern void add_dive_to_trip(struct dive *, dive_trip_t *);
extern void remove_dive_from_trip(struct dive *);
+extern void delete_single_dive(int idx);
+extern void add_single_dive(int idx, struct dive *dive);
+
extern void insert_trip(dive_trip_t **trip);
/*