summaryrefslogtreecommitdiff
path: root/libsigrokdecode-internal.h
diff options
context:
space:
mode:
authorBert Vermeulen <bert@biot.com>2013-12-11 23:41:02 +0100
committerBert Vermeulen <bert@biot.com>2013-12-11 23:41:02 +0100
commit62a2b15ce3fe6af6867c30cfc9c14c01d201a898 (patch)
treea49a13a6d48342daeaa66684fd826125ac67d2af /libsigrokdecode-internal.h
parent932606db3cdb14518dac55c67f4ecc8471fb6a33 (diff)
downloadlibsigrokdecode-62a2b15ce3fe6af6867c30cfc9c14c01d201a898.tar.gz
libsigrokdecode-62a2b15ce3fe6af6867c30cfc9c14c01d201a898.zip
Easier access to sequences of strings, not just lists.
Diffstat (limited to 'libsigrokdecode-internal.h')
-rw-r--r--libsigrokdecode-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsigrokdecode-internal.h b/libsigrokdecode-internal.h
index aa626ca..898ba04 100644
--- a/libsigrokdecode-internal.h
+++ b/libsigrokdecode-internal.h
@@ -68,7 +68,7 @@ SRD_PRIV int py_attr_as_str(const PyObject *py_obj, const char *attr,
SRD_PRIV int py_dictitem_as_str(const PyObject *py_obj, const char *key,
char **outstr);
SRD_PRIV int py_str_as_str(const PyObject *py_str, char **outstr);
-SRD_PRIV int py_strlist_to_char(const PyObject *py_strlist, char ***outstr);
+SRD_PRIV int py_strseq_to_char(const PyObject *py_strseq, char ***outstr);
/* exception.c */
SRD_PRIV void srd_exception_catch(const char *format, ...);