mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Merge branch 'glib-removal-hack'
Fix obvious merge issue in Rules.mk Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
commit
b3490213f4
43 changed files with 629 additions and 795 deletions
|
@ -24,11 +24,11 @@ typedef struct device_data_t {
|
|||
dc_device_t *device;
|
||||
dc_context_t *context;
|
||||
int preexisting;
|
||||
gboolean force_download;
|
||||
bool force_download;
|
||||
} device_data_t;
|
||||
|
||||
const char *do_libdivecomputer_import(device_data_t *data);
|
||||
char *do_uemis_import(const char *mountpath, short force_download);
|
||||
const char *do_uemis_import(const char *mountpath, short force_download);
|
||||
|
||||
extern int import_thread_cancelled;
|
||||
extern const char *progress_bar_text;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue