summaryrefslogtreecommitdiff
path: root/mbim-dev.h
diff options
context:
space:
mode:
Diffstat (limited to 'mbim-dev.h')
-rw-r--r--mbim-dev.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mbim-dev.h b/mbim-dev.h
index b7a253c..501bbf2 100644
--- a/mbim-dev.h
+++ b/mbim-dev.h
@@ -21,6 +21,9 @@ extern int no_close;
int mbim_send(void);
void mbim_open(const char *path);
+#ifdef LIBQMI_MBIM_PROXY
+void mbim_proxy_open(const char *path);
+#endif
void mbim_end(void);
#endif