X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=include%2Flibsigrok%2Fproto.h;h=06aa29a829bee7f67a63550c637bcfc273e9850f;hb=71e9c54dab31384224b566c705d6084253f08bdd;hp=c2a8173f19d8f0b57708b55e85f3af1ac3f0028e;hpb=fe7b8efc6b36aa707365f1d23c645303a5f2307a;p=libsigrok.git diff --git a/include/libsigrok/proto.h b/include/libsigrok/proto.h index c2a8173f..06aa29a8 100644 --- a/include/libsigrok/proto.h +++ b/include/libsigrok/proto.h @@ -56,6 +56,8 @@ SR_API int sr_dev_channel_name_set(struct sr_channel *channel, SR_API int sr_dev_channel_enable(struct sr_channel *channel, gboolean state); SR_API gboolean sr_dev_has_option(const struct sr_dev_inst *sdi, int key); +SR_API int sr_dev_config_capabilities(const struct sr_dev_inst *sdi, + const struct sr_channel_group *cg, int key); SR_API GSList *sr_dev_list(const struct sr_dev_driver *driver); SR_API int sr_dev_clear(const struct sr_dev_driver *driver); SR_API int sr_dev_open(struct sr_dev_inst *sdi);