summaryrefslogtreecommitdiffstats
path: root/libdivecomputer.h
diff options
context:
space:
mode:
authorGravatar Anton Lundin <glance@acc.umu.se>2015-08-21 00:19:45 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-08-20 22:59:54 -0700
commit8d73e4f81c384c36e5ed3b8848253fd1e0b70692 (patch)
treee1860dd7367b1281211665f01dcfaacc397c6f54 /libdivecomputer.h
parente2c98def2699c6ed4b98633f780ef3faaf903335 (diff)
downloadsubsurface-8d73e4f81c384c36e5ed3b8848253fd1e0b70692.tar.gz
Connect up serial_ftdi custom serial
This connects the serial_ftdi implementation to subsurface, and builds libftdi1 for the android builds. Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'libdivecomputer.h')
-rw-r--r--libdivecomputer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libdivecomputer.h b/libdivecomputer.h
index 911b7d0cd..79817e509 100644
--- a/libdivecomputer.h
+++ b/libdivecomputer.h
@@ -56,6 +56,7 @@ extern char *dumpfile_name;
#if SSRF_CUSTOM_SERIAL
extern dc_status_t dc_serial_qt_open(dc_serial_t **out, dc_context_t *context, const char *devaddr);
+extern dc_status_t dc_serial_ftdi_open(dc_serial_t **out, dc_context_t *context);
#endif
#ifdef __cplusplus