X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=sigrok.h;h=22428d016fcb923b7586a18e440418f0f05faf9f;hb=b08024a8363c7a019bebc05a25e2689e774326e8;hp=1ad12e96dea80b0f0896b557f16c7c93bf9085a8;hpb=f7d2982d42e876d8814cba203570a45284c79658;p=libsigrok.git diff --git a/sigrok.h b/sigrok.h index 1ad12e96..22428d01 100644 --- a/sigrok.h +++ b/sigrok.h @@ -135,7 +135,7 @@ struct sr_input { }; struct sr_input_format { - char *extension; + char *id; char *description; int (*format_match) (const char *filename); int (*init) (struct sr_input *in); @@ -150,7 +150,7 @@ struct sr_output { }; struct sr_output_format { - char *extension; + char *id; char *description; int df_type; int (*init) (struct sr_output *o);