]> sigrok.org Git - libsigrokdecode.git/blobdiff - sigrokdecode.h
Install decoders into a decoders/ subdir.
[libsigrokdecode.git] / sigrokdecode.h
index 5112e0969e23ebe16995aa3d90bc1794e9de03c8..ecd141ae15a8f7a001406b664cf38330acee45d9 100644 (file)
 #define SIGROKDECODE_ERR_MALLOC                -2 /* Malloc/calloc/realloc error */
 #define SIGROKDECODE_ERR_ARGS          -3 /* Function argument error */
 #define SIGROKDECODE_ERR_PYTHON                -4 /* Python C API error */
+#define SIGROKDECODE_ERR_DECODERS_DIR  -5 /* Protocol decoder path invalid */
+
+/* The list of loaded protocol decoders. */
+GSList *list_pds;
 
 /* TODO: Documentation. */
 struct sigrokdecode_decoder {