X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=include%2Flibsigrok%2Fproto.h;h=1aa2ee7649d9cb7433c5218f25fbb2eec39245f4;hb=3cd4b381744eb88fd4ba32565bd408c33b431629;hp=788f80de1087601f751457cbdddb545fa2c6bdb2;hpb=81b3ce374c3b6d48e5ed321ac7a871ce4248a0bb;p=libsigrok.git diff --git a/include/libsigrok/proto.h b/include/libsigrok/proto.h index 788f80de..1aa2ee76 100644 --- a/include/libsigrok/proto.h +++ b/include/libsigrok/proto.h @@ -155,6 +155,8 @@ SR_API const char *const *sr_input_extensions_get( const struct sr_input_module *imod); SR_API const struct sr_input_module *sr_input_find(char *id); SR_API const struct sr_option **sr_input_options_get(const struct sr_input_module *imod); +SR_API gboolean sr_output_test_flag(const struct sr_output_module *omod, + uint64_t flag); SR_API void sr_input_options_free(const struct sr_option **options); SR_API struct sr_input *sr_input_new(const struct sr_input_module *imod, GHashTable *options);