aboutsummaryrefslogtreecommitdiffstats
path: root/subsurfacestartup.h
blob: c979dc71e41fa6d1a2b63ecffc3b067e6454b864 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#ifndef SUBSURFACESTARTUP_H
#define SUBSURFACESTARTUP_H

#include "dive.h"
#include "divelist.h"
#include "libdivecomputer.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