summaryrefslogtreecommitdiff
path: root/sigrokdecode.h
diff options
context:
space:
mode:
Diffstat (limited to 'sigrokdecode.h')
-rw-r--r--sigrokdecode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sigrokdecode.h b/sigrokdecode.h
index c455acf..fde9208 100644
--- a/sigrokdecode.h
+++ b/sigrokdecode.h
@@ -92,7 +92,7 @@ struct srd_decoder {
PyObject *py_mod;
/** Python function that performs the decoding */
- PyObject *py_decodefunc;
+ PyObject *py_instance;
};
int srd_init(void);