mbim-proxy support
[project/umbim.git] / mbim-dev.h
index b7a253ca0befe5ec007824a673b3003b87dbb6d3..501bbf2b32d7fc8acee80e0bb10ed7f289ce04ea 100644 (file)
@@ -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