diff options
author | Daniel Elstner <daniel.kitta@gmail.com> | 2014-02-20 06:24:23 +0100 |
---|---|---|
committer | Bert Vermeulen <bert@biot.com> | 2014-02-24 01:09:15 +0100 |
commit | 9eec72cb2bf132600db3330f49dace3bdf74080a (patch) | |
tree | a0198edbcbacc2f5a4beec84eea1ed40ce742502 /libsigrokdecode.h | |
parent | 4aedd5b887ef7e34bc00c0ef76dc91ea2c443583 (diff) | |
download | libsigrokdecode-9eec72cb2bf132600db3330f49dace3bdf74080a.tar.gz libsigrokdecode-9eec72cb2bf132600db3330f49dace3bdf74080a.zip |
Make the data unit size configurable
Diffstat (limited to 'libsigrokdecode.h')
-rw-r--r-- | libsigrokdecode.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, |