summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBastien Nocera <hadess@users.sourceforge.net>2004-04-15 00:14:56 +0000
committerBastien Nocera <hadess@users.sourceforge.net>2004-04-15 00:14:56 +0000
commit5419e144c8c5dfef7f9b43cb2c28b86d64e7b648 (patch)
tree7cd9ea4abf5ad1fc65ab8a321e24b381c62a2d54 /include
parent00512219b700c8f0a6bfc3598804c72b0c984f0c (diff)
downloadxine-lib-5419e144c8c5dfef7f9b43cb2c28b86d64e7b648.tar.gz
xine-lib-5419e144c8c5dfef7f9b43cb2c28b86d64e7b648.tar.bz2
- generate events for "Permission denied" and "File not found" in the http and file plugins
CVS patchset: 6404 CVS date: 2004/04/15 00:14:56
Diffstat (limited to 'include')
-rw-r--r--include/xine.h.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/xine.h.in b/include/xine.h.in
index 50c624df1..58c347c07 100644
--- a/include/xine.h.in
+++ b/include/xine.h.in
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: xine.h.in,v 1.119 2004/04/09 14:46:02 miguelfreitas Exp $
+ * $Id: xine.h.in,v 1.120 2004/04/15 00:14:56 hadess Exp $
*
* public xine-lib (libxine) interface and documentation
*
@@ -1652,6 +1652,7 @@ typedef struct {
#define XINE_MSG_ENCRYPTED_SOURCE 9 /* none */
#define XINE_MSG_SECURITY 10 /* (security message) */
#define XINE_MSG_AUDIO_OUT_UNAVAILABLE 11 /* none */
+#define XINE_MSG_PERMISSION_ERROR 12 /* (file name or mrl) */
/* opaque xine_event_queue_t */
typedef struct xine_event_queue_s xine_event_queue_t;