]> sigrok.org Git - libsigrokdecode.git/blobdiff - type_decoder.c
Make the srd_Decoder type private.
[libsigrokdecode.git] / type_decoder.c
index f64f849e9eee9fd51ff5694e7d3c6b61bc0fa53e..11c8ec0640e1996b16f352e30743f8214426947f 100644 (file)
 #include "config.h"
 #include <inttypes.h>
 
+typedef struct {
+        PyObject_HEAD
+} srd_Decoder;
+
 /* This is only used for nicer srd_dbg() output. */
 static const char *OUTPUT_TYPES[] = {
        "OUTPUT_ANN",