diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-05-25 02:54:46 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-05-25 02:54:46 +0100 |
commit | 253833045491a69f36bce52af119a880c7ccdfb5 (patch) | |
tree | 6318d0c47f97eebe427e8cca9cafef4bfe0befba /include | |
parent | fa3f6956427d992bc83ac6ea80d1f0ae9834facf (diff) | |
download | xine-lib-253833045491a69f36bce52af119a880c7ccdfb5.tar.gz xine-lib-253833045491a69f36bce52af119a880c7ccdfb5.tar.bz2 |
Add a message code to distinguish between HTTP response codes 401 and 403.
This should allow for front ends to do things such as prompt for authentication.
Diffstat (limited to 'include')
-rw-r--r-- | include/xine.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xine.h.in b/include/xine.h.in index facee6e31..8425cc17d 100644 --- a/include/xine.h.in +++ b/include/xine.h.in @@ -1932,6 +1932,7 @@ typedef struct { #define XINE_MSG_AUDIO_OUT_UNAVAILABLE 11 /* none */ #define XINE_MSG_PERMISSION_ERROR 12 /* (file name or mrl) */ #define XINE_MSG_FILE_EMPTY 13 /* file is empty */ +#define XINE_MSG_AUTHENTICATION_NEEDED 14 /* (mrl, likely http) */ /* opaque xine_event_queue_t */ typedef struct xine_event_queue_s xine_event_queue_t; |