diff options
author | Bert Vermeulen <bert@biot.com> | 2012-02-11 18:06:56 +0100 |
---|---|---|
committer | Bert Vermeulen <bert@biot.com> | 2012-02-11 18:06:56 +0100 |
commit | a8b72b05cad9fd63e52079acb395a6694ed5f6b6 (patch) | |
tree | 6d952c226d0aa5024ee35c996f763d0183007810 /sigrokdecode-internal.h | |
parent | 7b56d7a5d272879bc2b48f751935fda86347c438 (diff) | |
download | libsigrokdecode-a8b72b05cad9fd63e52079acb395a6694ed5f6b6.tar.gz libsigrokdecode-a8b72b05cad9fd63e52079acb395a6694ed5f6b6.zip |
srd: rename all instance to inst
Diffstat (limited to 'sigrokdecode-internal.h')
-rw-r--r-- | sigrokdecode-internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sigrokdecode-internal.h b/sigrokdecode-internal.h index 6443f96..60914c3 100644 --- a/sigrokdecode-internal.h +++ b/sigrokdecode-internal.h @@ -37,7 +37,7 @@ /*--- controller.c ----------------------------------------------------------*/ -SRD_PRIV int pd_add(struct srd_decoder_instance *di, int output_type, +SRD_PRIV int pd_add(struct srd_decoder_inst *di, int output_type, char *output_id); /*--- exception.c -----------------------------------------------------------*/ |