X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_devices.h;h=dd5279e1278dbf9b1fa10e6e6eedf2bcdc5c5c1a;hb=22dbf2bfad420b171fee86c1a97a433929e6fc1e;hp=f503a4d90c3d00007a0002655f1ec03c257629e7;hpb=dea4749b295b562871a84bf2a3e3ba83a1f5fa87;p=vlc diff --git a/include/vlc_devices.h b/include/vlc_devices.h index f503a4d90c..dd5279e127 100644 --- a/include/vlc_devices.h +++ b/include/vlc_devices.h @@ -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 * @@ -41,7 +41,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; }; @@ -56,7 +56,8 @@ struct device_probe_t void ( *pf_run ) ( device_probe_t * ); /** Run function */ }; -static inline void device_GetDVD() -{} +static inline void device_GetDVD(void) +{ +} #endif