]> sigrok.org Git - sigrok-cli.git/blobdiff - parsers.c
decode: Defer probe setup until after the input probes are known
[sigrok-cli.git] / parsers.c
index 43b61b698cef21912f44707cdcf1c49fb65aa1f1..d575dce076c83660a0107d53884b4cade36b8b80 100644 (file)
--- a/parsers.c
+++ b/parsers.c
@@ -24,7 +24,7 @@
 #include <string.h>
 #include <glib.h>
 
-static struct sr_probe *find_probe(GSList *probelist, const char *probename)
+struct sr_probe *find_probe(GSList *probelist, const char *probename)
 {
        struct sr_probe *probe;
        GSList *l;