diff options
author | Bert Vermeulen <bert@biot.com> | 2012-01-09 00:12:19 +0100 |
---|---|---|
committer | Bert Vermeulen <bert@biot.com> | 2012-01-09 00:12:19 +0100 |
commit | f9a3947a7a8d884de6c55693b216f89b1d27d979 (patch) | |
tree | 35b95a60d6485a6b4d56e42cef4765d7984e86ba /controller.c | |
parent | 84b81f1df5a51285e55d808fdfb7968cd70711e9 (diff) | |
download | libsigrokdecode-f9a3947a7a8d884de6c55693b216f89b1d27d979.tar.gz libsigrokdecode-f9a3947a7a8d884de6c55693b216f89b1d27d979.zip |
srd: change output_new() API call to add()
Diffstat (limited to 'controller.c')
-rw-r--r-- | controller.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controller.c b/controller.c index f7ffb25..1ed852b 100644 --- a/controller.c +++ b/controller.c @@ -293,7 +293,7 @@ int srd_session_feed(uint64_t timeoffset, uint64_t duration, uint8_t *inbuf, } -int pd_output_new(struct srd_decoder_instance *di, int output_type, +int pd_add(struct srd_decoder_instance *di, int output_type, char *protocol_id) { struct srd_pd_output *pdo; |