summaryrefslogtreecommitdiffstats
path: root/core/subsurfacestartup.h
blob: 53d44f28d7b1e804b6d01a53b99e03b582428150 (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
25
26
27
28
#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);

extern char *settings_suffix;

#ifdef __cplusplus
}
#endif

#endif // SUBSURFACESTARTUP_H