summaryrefslogtreecommitdiff
path: root/sigrokdecode.h
diff options
context:
space:
mode:
authorBert Vermeulen <bert@biot.com>2012-02-01 00:07:55 +0100
committerBert Vermeulen <bert@biot.com>2012-02-01 00:07:55 +0100
commitdcdf48838748df02bc3028c4a26ea6d4506ee542 (patch)
tree6de26fccf39ac3834b8d28516463f9020aa622f8 /sigrokdecode.h
parentfa12a21e3c779df4e33dcfe394e2ded3f96028ce (diff)
downloadlibsigrokdecode-dcdf48838748df02bc3028c4a26ea6d4506ee542.tar.gz
libsigrokdecode-dcdf48838748df02bc3028c4a26ea6d4506ee542.zip
srd: rename extra_probes to optional_probes
Diffstat (limited to 'sigrokdecode.h')
-rw-r--r--sigrokdecode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sigrokdecode.h b/sigrokdecode.h
index 201aea4..2a78a4d 100644
--- a/sigrokdecode.h
+++ b/sigrokdecode.h
@@ -103,7 +103,7 @@ struct srd_decoder {
GSList *probes;
/** Optional probes */
- GSList *extra_probes;
+ GSList *opt_probes;
/* List of NULL-terminated char[], containing descriptions of the
* supported annotation output.