]> git.tdb.fi Git - ext/subsurface.git/blob - file.h
Fix profile and average depth for freedives
[ext/subsurface.git] / file.h
1 #ifndef FILE_H
2 #define FILE_H
3
4 struct memblock {
5         void *buffer;
6         size_t size;
7 };
8
9 extern int try_to_open_cochran(const char *filename, struct memblock *mem, GError **error);
10
11 #endif