summaryrefslogtreecommitdiffstats
path: root/divelist.h
diff options
context:
space:
mode:
Diffstat (limited to 'divelist.h')
-rw-r--r--divelist.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/divelist.h b/divelist.h
index 856318e2d..c9ec973f7 100644
--- a/divelist.h
+++ b/divelist.h
@@ -1,6 +1,10 @@
#ifndef DIVELIST_H
#define DIVELIST_H
+#ifdef __cplusplus
+extern "C" {
+#endif
+
struct dive;
extern void dive_list_update_dives(void);
@@ -16,4 +20,9 @@ extern void select_prev_dive(void);
extern void show_and_select_dive(struct dive *dive);
extern double init_decompression(struct dive * dive);
extern void export_all_dives_uddf_cb();
+
+#ifdef __cplusplus
+}
+#endif
+
#endif