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