From 2994587f98f205bb8847554bd28483532b277f2c Mon Sep 17 00:00:00 2001 From: Bert Vermeulen Date: Sun, 1 Sep 2013 18:20:36 +0200 Subject: Use frontend-registered callback with correct parameters --- libsigrokdecode-internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libsigrokdecode-internal.h') diff --git a/libsigrokdecode-internal.h b/libsigrokdecode-internal.h index 10b7fa7..600b9fd 100644 --- a/libsigrokdecode-internal.h +++ b/libsigrokdecode-internal.h @@ -35,7 +35,7 @@ SRD_PRIV int srd_inst_decode(uint64_t start_samplenum, const uint8_t *inbuf, uint64_t inbuflen); SRD_PRIV void srd_inst_free(struct srd_decoder_inst *di); SRD_PRIV void srd_inst_free_all(GSList *stack); -SRD_PRIV void *srd_pd_output_callback_find(int output_type); +SRD_PRIV struct srd_pd_callback *srd_pd_output_callback_find(int output_type); SRD_PRIV int srd_inst_pd_output_add(struct srd_decoder_inst *di, int output_type, const char *output_id); -- cgit v1.2.3-70-g09d2