X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=blobdiff_plain;f=parsers.c;h=f587f8d0e9da6701083a16283de0992e64b51c8f;hp=e94041764c36bc5ccf7034a7afe6f16b611aefd7;hb=8d52f788755a9666e7053c2d411fec069f5afc4c;hpb=8ec203864b3a33b731c591034d06d55998210a79 diff --git a/parsers.c b/parsers.c index e940417..f587f8d 100644 --- a/parsers.c +++ b/parsers.c @@ -17,15 +17,14 @@ * along with this program. If not, see . */ +#include "sigrok-cli.h" #include #include #include #include #include -#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 +182,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;