diff options
Diffstat (limited to 'sigrokdecode.h')
-rw-r--r-- | sigrokdecode.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sigrokdecode.h b/sigrokdecode.h index 25fdb4d..4c30c34 100644 --- a/sigrokdecode.h +++ b/sigrokdecode.h @@ -47,9 +47,9 @@ int sigrokdecode_init(void); int sigrokdecode_load_decoder_file(const char *name); -int sigrokdecode_run_decoder(const char *decodername, uint8_t *inbuf, - uint64_t inbuflen, uint8_t **outbuf, - uint64_t *outbuflen); +int sigrokdecode_run_decoder(const char *modulename, const char *decodername, + uint8_t *inbuf, uint64_t inbuflen, + uint8_t **outbuf, uint64_t *outbuflen); int sigrokdecode_shutdown(void); #endif |