X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=libsigrokdecode-internal.h;h=d5a34a2536ecfea1d2c7ed77a360fa8330060262;hp=1d0931e0715df2bac1fdf3ada2a2b8fd6e064c0a;hb=5ae47601f4935bca731415b23c5f8ad85d6f2309;hpb=a4e9ca6fd0800d3b850f41198bd8049f5a9607de diff --git a/libsigrokdecode-internal.h b/libsigrokdecode-internal.h index 1d0931e..d5a34a2 100644 --- a/libsigrokdecode-internal.h +++ b/libsigrokdecode-internal.h @@ -108,6 +108,7 @@ SRD_PRIV long srd_decoder_apiver(const struct srd_decoder *d); /* type_decoder.c */ SRD_PRIV PyObject *srd_Decoder_type_new(void); +SRD_PRIV const char *output_type_name(unsigned int idx); /* type_logic.c */ SRD_PRIV PyObject *srd_logic_type_new(void);