summaryrefslogtreecommitdiffstats
path: root/dive.c
diff options
context:
space:
mode:
Diffstat (limited to 'dive.c')
-rw-r--r--dive.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/dive.c b/dive.c
index 9cfdfc14a..3b448e503 100644
--- a/dive.c
+++ b/dive.c
@@ -2259,3 +2259,22 @@ int average_depth(struct diveplan *dive)
return integral / last_time;
}
+
+void picture_load_exif_data(struct picture *p)
+{
+
+}
+
+struct picture* dive_add_picture(struct dive *d, char *picture)
+{
+
+}
+
+uint dive_get_picture_count(struct dive *d)
+{
+}
+
+void dive_remove_picture(struct dive *d, char *picture)
+{
+
+}