X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=sigrokdecode.h;h=ecd141ae15a8f7a001406b664cf38330acee45d9;hp=5112e0969e23ebe16995aa3d90bc1794e9de03c8;hb=f301bde35eda4b33218d947243da33ef11d52d47;hpb=5c55017c401002c18b1d43dad61200df17ab3321 diff --git a/sigrokdecode.h b/sigrokdecode.h index 5112e09..ecd141a 100644 --- a/sigrokdecode.h +++ b/sigrokdecode.h @@ -47,6 +47,10 @@ #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 {