projects
/
libsigrokdecode.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
srd: rename extra_probes to optional_probes
[libsigrokdecode.git]
/
sigrokdecode.h
diff --git
a/sigrokdecode.h
b/sigrokdecode.h
index 201aea4c0d9a23f2950b40d91981b6060b76c08c..2a78a4dd39f3f573679aa7d0691ac4d67417c246 100644
(file)
--- 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.