]> sigrok.org Git - libsigrokdecode.git/blobdiff - sigrokdecode.h
srd: rename extra_probes to optional_probes
[libsigrokdecode.git] / sigrokdecode.h
index 201aea4c0d9a23f2950b40d91981b6060b76c08c..2a78a4dd39f3f573679aa7d0691ac4d67417c246 100644 (file)
@@ -103,7 +103,7 @@ struct srd_decoder {
        GSList *probes;
 
        /** Optional probes */
        GSList *probes;
 
        /** Optional probes */
-       GSList *extra_probes;
+       GSList *opt_probes;
 
        /* List of NULL-terminated char[], containing descriptions of the
         * supported annotation output.
 
        /* List of NULL-terminated char[], containing descriptions of the
         * supported annotation output.