diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2019-01-07 09:31:12 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-01-07 09:31:12 -0800 |
commit | da52440963ac8920acab82502114b74c98e170a1 (patch) | |
tree | 1c00748693887e0418ff875ab9ba8722f081a98b /core/dive.h | |
parent | 4b7b0f2dec7c5106683c1d42e38a59b01308b71a (diff) | |
parent | fd5aad719208f35252bacc9a7a46c829fc631923 (diff) | |
download | subsurface-da52440963ac8920acab82502114b74c98e170a1.tar.gz |
Merge branch 'shearwater_cloud' of https://github.com/mturkia/subsurface
Diffstat (limited to 'core/dive.h')
-rw-r--r-- | core/dive.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/dive.h b/core/dive.h index 6bc0f6fae..0f6d72a81 100644 --- a/core/dive.h +++ b/core/dive.h @@ -479,6 +479,7 @@ extern void set_filename(const char *filename); extern int parse_dm4_buffer(sqlite3 *handle, const char *url, const char *buf, int size, struct dive_table *table); extern int parse_dm5_buffer(sqlite3 *handle, const char *url, const char *buf, int size, struct dive_table *table); extern int parse_shearwater_buffer(sqlite3 *handle, const char *url, const char *buf, int size, struct dive_table *table); +extern int parse_shearwater_cloud_buffer(sqlite3 *handle, const char *url, const char *buf, int size, struct dive_table *table); extern int parse_cobalt_buffer(sqlite3 *handle, const char *url, const char *buf, int size, struct dive_table *table); extern int parse_divinglog_buffer(sqlite3 *handle, const char *url, const char *buf, int size, struct dive_table *table); extern int parse_dlf_buffer(unsigned char *buffer, size_t size, struct dive_table *table); |