X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=blobdiff_plain;f=parsers.c;h=059d33930d6ce373147dce663e8df91171cdb850;hp=e94041764c36bc5ccf7034a7afe6f16b611aefd7;hb=30364883abef6a52180fc6244d79788298729137;hpb=8ec203864b3a33b731c591034d06d55998210a79 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;