X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=libsigrokdecode.h;h=0aed0f3ee7ce5f5473563372cfd3d810a1d2ade5;hp=7f75ab2d5baf2a16e1ef951d11d4653260ec2bd6;hb=4afe40462af650a0df1bfb7bd185ee666f2b30f0;hpb=f6c7eade2b8853b3d525b5cc0402e89ca74c1908 diff --git a/libsigrokdecode.h b/libsigrokdecode.h index 7f75ab2..0aed0f3 100644 --- a/libsigrokdecode.h +++ b/libsigrokdecode.h @@ -19,8 +19,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef LIBSIGROKDECODE_SIGROKDECODE_H -#define LIBSIGROKDECODE_SIGROKDECODE_H +#ifndef LIBSIGROKDECODE_LIBSIGROKDECODE_H +#define LIBSIGROKDECODE_LIBSIGROKDECODE_H #include #include @@ -179,7 +179,7 @@ struct srd_decoder { */ GSList *binary; - /** List of decoder options. */ + /** List of decoder options. */ GSList *options; /** Python module. */ @@ -208,7 +208,7 @@ struct srd_decoder_option { char *id; char *desc; GVariant *def; - GSList *values; + GSList *values; }; struct srd_decoder_annotation_row { @@ -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 {