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