diff options
author | Anton Lundin <glance@acc.umu.se> | 2016-12-28 20:55:52 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-12-28 22:40:18 -0800 |
commit | db8e786f85a821441166a237a76f576f11cf4bd0 (patch) | |
tree | 796e6b188855549d8c12836cb05a66918706c554 /core/libdivecomputer.h | |
parent | ce959fb757287bd77e2a13453f5d86602d0fa2b5 (diff) | |
download | subsurface-db8e786f85a821441166a237a76f576f11cf4bd0.tar.gz |
Lift ostc_get_data_descriptor out from ostctools.c
This is for later reuse of that function in other source files.
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/libdivecomputer.h')
-rw-r--r-- | core/libdivecomputer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/libdivecomputer.h b/core/libdivecomputer.h index f2894b0c4..613ab702d 100644 --- a/core/libdivecomputer.h +++ b/core/libdivecomputer.h @@ -52,6 +52,7 @@ const char *do_libdivecomputer_import(device_data_t *data); const char *do_uemis_import(device_data_t *data); dc_status_t libdc_buffer_parser(struct dive *dive, device_data_t *data, unsigned char *buffer, int size); void logfunc(dc_context_t *context, dc_loglevel_t loglevel, const char *file, unsigned int line, const char *function, const char *msg, void *userdata); +dc_descriptor_t *ostc_get_data_descriptor(int data_model, dc_family_t data_fam); extern int import_thread_cancelled; extern const char *progress_bar_text; |