blob: e4e8532c21c429680a059041cfac0a3eadd2f822 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#ifndef UEMIS_H
#define UEMIS_H
/*
* defines and prototypes for the uemis Zurich SDA file parser
*/
void uemis_parse_divelog_binary(char *base64, void *divep);
#endif /* DIVE_H */
|