]> sigrok.org Git - libsigrok.git/blobdiff - proto.h
generic-dmm: cosmetics
[libsigrok.git] / proto.h
diff --git a/proto.h b/proto.h
index ce61d009483fcbcc3d3073c377433ec8c67c0106..6536c5a4b075b490177acdaa2a4be76f5f7eaa7c 100644 (file)
--- a/proto.h
+++ b/proto.h
@@ -56,6 +56,8 @@ SR_API int sr_dev_trigger_set(const struct sr_dev_inst *sdi, int probenum,
 SR_API gboolean sr_dev_has_hwcap(const struct sr_dev_inst *sdi, int hwcap);
 SR_API int sr_dev_config_set(const struct sr_dev_inst *sdi, int hwcap,
                const void *value);
+SR_API GSList *sr_dev_inst_list(const struct sr_dev_driver *driver);
+SR_API int sr_dev_inst_clear(const struct sr_dev_driver *driver);
 
 /*--- filter.c --------------------------------------------------------------*/