X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=blobdiff_plain;f=parsers.c;h=059d33930d6ce373147dce663e8df91171cdb850;hp=e94041764c36bc5ccf7034a7afe6f16b611aefd7;hb=2be182e6437fb082aedca653fdc106d702518db0;hpb=b4584f8dc3b0e7209b7ff819de2991cb09f5a4af diff --git a/parsers.c b/parsers.c index e940417..059d339 100644 --- a/parsers.c +++ b/parsers.c @@ -25,7 +25,7 @@ #include #include "sigrok-cli.h" -struct sr_probe *find_probe(GSList *probelist, const char *probename) +static struct sr_probe *find_probe(GSList *probelist, const char *probename) { struct sr_probe *probe; GSList *l; @@ -183,7 +183,7 @@ GHashTable *parse_generic_arg(const char *arg, gboolean sep_first) return hash; } -char *strcanon(const char *str) +static char *strcanon(const char *str) { int p0, p1; char *s;