diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-05-28 16:53:47 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-05-28 16:53:47 +0100 |
commit | d1949261589719fefad3add8cade4d6a29e6e81c (patch) | |
tree | 9aa3f2d91f3a06f4d11410238b73fcfe348b1e76 /include | |
parent | 9c065e76536c058a2d6c083879f7c9d2898f7780 (diff) | |
parent | 7e47ddb2c84ddaddfa859d49d336f92f8b6e53d3 (diff) | |
download | xine-lib-d1949261589719fefad3add8cade4d6a29e6e81c.tar.gz xine-lib-d1949261589719fefad3add8cade4d6a29e6e81c.tar.bz2 |
Merge from 1.2 main branch.
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; |