X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=blobdiff_plain;f=parsers.c;h=d575dce076c83660a0107d53884b4cade36b8b80;hp=43b61b698cef21912f44707cdcf1c49fb65aa1f1;hb=426d0cdaa91051c30d45055b3c10662fd392ea5a;hpb=7b30c426552e9baf9998df61447adec91a17cb9d diff --git a/parsers.c b/parsers.c index 43b61b6..d575dce 100644 --- a/parsers.c +++ b/parsers.c @@ -24,7 +24,7 @@ #include #include -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;