X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=sigrokdecode-internal.h;h=bdd7563d7c777987150432b59a548662ed4d0596;hp=a16154e55f703fb988e496ef5704376f9dd1a474;hb=582c8473ffd456dfb0796974ef2c0b1b78de38a8;hpb=12243c22bf01506ac3b220bfe38384db9903756c diff --git a/sigrokdecode-internal.h b/sigrokdecode-internal.h index a16154e..bdd7563 100644 --- a/sigrokdecode-internal.h +++ b/sigrokdecode-internal.h @@ -46,6 +46,9 @@ SRD_PRIV void srd_inst_free_all(GSList *stack); SRD_PRIV int pd_add(struct srd_decoder_inst *di, int output_type, char *output_id); +/*--- decoder.c -------------------------------------------------------------*/ +SRD_PRIV void *srd_find_callback(int output_type); + /*--- exception.c -----------------------------------------------------------*/ SRD_PRIV void catch_exception(const char *format, ...);