mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
ce959fb757
commit
db8e786f85
3 changed files with 30 additions and 29 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue