diff options
Diffstat (limited to 'src/decode.h')
-rw-r--r-- | src/decode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/decode.h b/src/decode.h index faf18f344..4bcc5abfa 100644 --- a/src/decode.h +++ b/src/decode.h @@ -38,6 +38,7 @@ #define DECODE_ERROR_NOERROR 0 #define DECODE_ERROR_UNKTYPE 1 +#define DECODE_ERROR_FILE 2 typedef struct _DecoderControl { mpd_sint8 state; |