X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=include%2Flibsigrok%2Fproto.h;h=9b540c1ff32158653879ce83351df64ab727e82f;hp=3d3e354a1baf93a74d5e5041b35a1c878f04a16e;hb=c7bc82ffa1b09a228a8395049e2b691cd7bd85f8;hpb=dc7125bb7cfe34f63695ea928dda17594dfac3d2 diff --git a/include/libsigrok/proto.h b/include/libsigrok/proto.h index 3d3e354a..9b540c1f 100644 --- a/include/libsigrok/proto.h +++ b/include/libsigrok/proto.h @@ -150,6 +150,8 @@ SR_API const struct sr_input_module **sr_input_list(void); SR_API const char *sr_input_id_get(const struct sr_input_module *in); SR_API const char *sr_input_name_get(const struct sr_input_module *in); SR_API const char *sr_input_description_get(const struct sr_input_module *in); +SR_API const char *const *sr_input_extensions_get( + const struct sr_input_module *o); 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 *in); SR_API void sr_input_options_free(const struct sr_option **options);