X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=blobdiff_plain;f=sigrok-cli.h;h=3b72791e4774267eeaac2826475dbf72648d086b;hp=75a29470accc49b9f86eb9675bab05016093490f;hb=dd671ce797d8eb49d7d883df3ae65145033607cf;hpb=d2ee5eea2b984aaa90f2fe641725d7ab1ff9b239 diff --git a/sigrok-cli.h b/sigrok-cli.h index 75a2947..3b72791 100644 --- a/sigrok-cli.h +++ b/sigrok-cli.h @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the sigrok-cli project. * * Copyright (C) 2011 Bert Vermeulen * @@ -24,9 +24,8 @@ int num_real_devs(void); /* parsers.c */ -char **parse_probestring(int max_probes, const char *probestring); -char **sr_parse_triggerstring(struct sr_dev *dev, const char *triggerstring); -GHashTable *parse_generic_arg(const char *arg); +GSList *parse_probestring(struct sr_dev_inst *sdi, const char *probestring); +GHashTable *parse_generic_arg(const char *arg, gboolean sep_first); struct sr_dev *parse_devstring(const char *devstring); uint64_t sr_parse_timestring(const char *timestring); char *strcanon(const char *str);