X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=libsigrokdecode-internal.h;h=d5a34a2536ecfea1d2c7ed77a360fa8330060262;hp=1d0931e0715df2bac1fdf3ada2a2b8fd6e064c0a;hb=5c723a57ebf09047b0fad0adab0f99c20e1b7d99;hpb=725a2ca11e4c5d91dc8a7c33e81c0db1f1804994;ds=sidebyside 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);