summaryrefslogtreecommitdiffstats
path: root/uemis.h
blob: 1b6c026d1ca1d23fb02f14cbb783d8501f32c6fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef UEMIS_H
#define UEMIS_H

/*
 * defines and prototypes for the uemis Zurich SDA file parser
 * we add this to the list of dive computers that is supported
 * in libdivecomputer by using a negative value for the type enum
 */
#define DEVICE_TYPE_UEMIS (-1)

void uemis_import();

extern GtkWidget *main_window;

#endif /* DIVE_H */