summaryrefslogtreecommitdiffstats
path: root/core/subsurfacestartup.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/subsurfacestartup.h')
-rw-r--r--core/subsurfacestartup.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/core/subsurfacestartup.h b/core/subsurfacestartup.h
new file mode 100644
index 000000000..3ccc24aa4
--- /dev/null
+++ b/core/subsurfacestartup.h
@@ -0,0 +1,26 @@
+#ifndef SUBSURFACESTARTUP_H
+#define SUBSURFACESTARTUP_H
+
+#include "dive.h"
+#include "divelist.h"
+#include "libdivecomputer.h"
+
+#ifdef __cplusplus
+extern "C" {
+#else
+#include <stdbool.h>
+#endif
+
+extern bool imported;
+
+void setup_system_prefs(void);
+void parse_argument(const char *arg);
+void free_prefs(void);
+void copy_prefs(struct preferences *src, struct preferences *dest);
+void print_files(void);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif // SUBSURFACESTARTUP_H