summaryrefslogblamecommitdiffstats
path: root/subsurfacestartup.h
blob: 44db42efea2556fb24f5de64b6b442dbe20d4156 (plain) (tree)
1
2
3
4
5
6
7
8
9




                            

                  
                    
      


                                     
                      



                  
                             
#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);

#ifdef __cplusplus
}
#endif

#endif // SUBSURFACESTARTUP_H