]> git.sesse.net Git - vlc/blobdiff - extras/MacOSX_dvdioctl/DVDioctl.h
* ./configure.in: fixed linking of the ipv4 plugin.
[vlc] / extras / MacOSX_dvdioctl / DVDioctl.h
index c85c712f2ef1d4cb0480530a2dff337610ca1490..e90ed7c0a825e37a959f253e695cd63bbbe7d67b 100644 (file)
@@ -2,9 +2,10 @@
  * DVDioctl.h: Linux-like DVD driver for Darwin and MacOS X
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: DVDioctl.h,v 1.2 2001/04/04 02:49:18 sam Exp $
+ * $Id: DVDioctl.h,v 1.4 2001/06/25 11:34:08 sam Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
+ *          Eugenio Jarosiewicz <ej0@cise.ufl.edu>
  *
  * The contents of this file constitute Original Code as defined in and
  * are subject to the Apple Public Source License Version 1.1 (the
@@ -51,9 +52,11 @@ typedef struct dvdioctl_data
     void         *p_buffer;
 
 #if defined(KERNEL)
+    UInt32        i_size;
     UInt32        i_lba;
     UInt8         i_agid;
 #else
+    u32           i_size;
     u32           i_lba;
     u8            i_agid;
 #endif