X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=blobdiff_plain;f=sigrok-cli.h;h=3b72791e4774267eeaac2826475dbf72648d086b;hp=66028cdf6147b99a7270aac401b251a2d9411aef;hb=dd671ce797d8eb49d7d883df3ae65145033607cf;hpb=a2e8008830a99fe0e45399e4360f2d77ce577f2c diff --git a/sigrok-cli.h b/sigrok-cli.h index 66028cd..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,7 +24,7 @@ int num_real_devs(void); /* parsers.c */ -char **parse_probestring(int max_probes, const char *probestring); +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);