X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=libsigrokdecode.h;h=0aed0f3ee7ce5f5473563372cfd3d810a1d2ade5;hb=280d554c29fc234d27be77d602436395d01da6dd;hp=4d18f3be909e7d4c704c3ba6b5ad9667e13af8b2;hpb=e228150a0e8d60ef3fcaa6f077305a8e6045dfe8;p=libsigrokdecode.git diff --git a/libsigrokdecode.h b/libsigrokdecode.h index 4d18f3b..0aed0f3 100644 --- a/libsigrokdecode.h +++ b/libsigrokdecode.h @@ -248,7 +248,7 @@ struct srd_proto_data { void *data; }; struct srd_proto_data_annotation { - int ann_format; + int ann_class; char **ann_text; }; struct srd_proto_data_binary {