]> sigrok.org Git - libsigrokdecode.git/blobdiff - type_decoder.c
rfm12: Avoid using the Python 'range' keyword as variable.
[libsigrokdecode.git] / type_decoder.c
index f64f849e9eee9fd51ff5694e7d3c6b61bc0fa53e..a7b23de996a19eb0fbe8bd92caa489a4c958e608 100644 (file)
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "libsigrokdecode.h" /* First, so we avoid a _POSIX_C_SOURCE warning. */
-#include "libsigrokdecode-internal.h"
+#include "libsigrokdecode-internal.h" /* First, so we avoid a _POSIX_C_SOURCE warning. */
+#include "libsigrokdecode.h"
 #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",