]> git.sesse.net Git - vlc/blobdiff - include/vlc_devices.h
* Documentation belongs to the .h, step 1
[vlc] / include / vlc_devices.h
index f503a4d90c3d00007a0002655f1ec03c257629e7..d3c98717fd7d739c4da3f10632bde7b66de3da63 100644 (file)
@@ -20,7 +20,7 @@
  * 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
 
@@ -56,7 +56,9 @@ struct device_probe_t
     void      ( *pf_run )    ( device_probe_t * );  /** Run function */
 };
 
-static inline void device_GetDVD()
-{}
+static inline void device_GetDVD(void)
+{
+}
 
 #endif
+#endif