From 17475b09ef9504f91a28b0873b53cec329513077 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 3 May 2014 23:45:55 +0200 Subject: Make the srd_Decoder type private. It's not public API and is not used (nor should it be used) by any frontends. --- type_decoder.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'type_decoder.c') diff --git a/type_decoder.c b/type_decoder.c index f64f849..11c8ec0 100644 --- a/type_decoder.c +++ b/type_decoder.c @@ -22,6 +22,10 @@ #include "config.h" #include +typedef struct { + PyObject_HEAD +} srd_Decoder; + /* This is only used for nicer srd_dbg() output. */ static const char *OUTPUT_TYPES[] = { "OUTPUT_ANN", -- cgit v1.2.3-70-g09d2