diff options
Diffstat (limited to 'sigrokdecode.h')
-rw-r--r-- | sigrokdecode.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 { |