X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=include%2Fvlc_devices.h;h=dd5279e1278dbf9b1fa10e6e6eedf2bcdc5c5c1a;hb=32b31e87d90967549e5cc8bef18d5aae7e3b98c6;hp=d3c98717fd7d739c4da3f10632bde7b66de3da63;hpb=420d5f170e9ff667e2a218ebb86eb9d7e4d9aa61;p=vlc diff --git a/include/vlc_devices.h b/include/vlc_devices.h index d3c98717fd..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 * @@ -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 @@ -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; }; @@ -61,4 +61,3 @@ static inline void device_GetDVD(void) } #endif -#endif