diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-04-25 15:51:35 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-04-27 11:52:48 -0700 |
commit | 028299193ad24cc6bfa52fa15e2e16a398c5bed2 (patch) | |
tree | 0545271e503cef4487eaf24bddb653d786636327 /core/libdivecomputer.h | |
parent | 5faa167e9fdab0e0c9b1a24346440c3006659c66 (diff) | |
download | subsurface-028299193ad24cc6bfa52fa15e2e16a398c5bed2.tar.gz |
Create one function to determine the supported transports
This should make sure we create a consistent view based on all the
information available.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/libdivecomputer.h')
-rw-r--r-- | core/libdivecomputer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/libdivecomputer.h b/core/libdivecomputer.h index e3822aa7b..b1714f2a1 100644 --- a/core/libdivecomputer.h +++ b/core/libdivecomputer.h @@ -63,6 +63,8 @@ dc_status_t ftdi_open(dc_iostream_t **iostream, dc_context_t *context); dc_status_t divecomputer_device_open(device_data_t *data); +unsigned int get_supported_transports(device_data_t *data); + #ifdef __cplusplus } #endif |