X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=libsigrokdecode.h;h=fdf60526657c21bb280f6c5236f90944669942fa;hp=1603582a0cc5f80e8c2ce32ad10a32a97743672e;hb=9eec72cb2bf132600db3330f49dace3bdf74080a;hpb=4aedd5b887ef7e34bc00c0ef76dc91ea2c443583 diff --git a/libsigrokdecode.h b/libsigrokdecode.h index 1603582..fdf6052 100644 --- a/libsigrokdecode.h +++ b/libsigrokdecode.h @@ -312,7 +312,7 @@ SRD_API int srd_decoder_unload_all(void); SRD_API int srd_inst_option_set(struct srd_decoder_inst *di, GHashTable *options); SRD_API int srd_inst_probe_set_all(struct srd_decoder_inst *di, - GHashTable *probes); + GHashTable *probes, int unit_size); SRD_API struct srd_decoder_inst *srd_inst_new(struct srd_session *sess, const char *id, GHashTable *options); SRD_API int srd_inst_stack(struct srd_session *sess,