]> git.sesse.net Git - vlc/blobdiff - include/vlc_devices.h
input_DetachSout corrections
[vlc] / include / vlc_devices.h
index d3c98717fd7d739c4da3f10632bde7b66de3da63..ba0d5f809007c6a07f8d8c1f91f63ff17cce04cf 100644 (file)
@@ -2,7 +2,7 @@
  * vlc_devices.h : Devices handling
  *****************************************************************************
  * Copyright (C) 1999-2006 the VideoLAN team
- * $Id: vlc_input.h 15915 2006-06-15 21:22:35Z zorglub $
+ * $Id$
  *
  * Authors: ClĂ©ment Stenac <zorglub@videolan.org>
  *
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
-#if 0
-#ifndef _VLC_DEVICES_H
-#define _VLC_DEVICES_H 1
+
+#ifndef VLC_DEVICES_H
+#define VLC_DEVICES_H 1
+
+/**
+ * \file
+ * This file implements functions, structures for probing devices (DVD, CD, VCD)
+ */
 
 enum
 {
@@ -41,7 +46,7 @@ struct device_t
 {
     int             i_capabilities;
     int             i_media_type;
-    vlc_bool_t      b_seen;
+    bool      b_seen;
     char *psz_uri;
     char *psz_name;
 };
@@ -61,4 +66,3 @@ static inline void device_GetDVD(void)
 }
 
 #endif
-#endif