X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_devices.h;h=ba0d5f809007c6a07f8d8c1f91f63ff17cce04cf;hb=f222f159c3fb5f256fb878aa900236945c41391c;hp=9485d54c0ad62dfe3810dfa287dd02560ab88664;hpb=89e093a7a1f0b47b17bd6b1236567efb0de142d5;p=vlc diff --git a/include/vlc_devices.h b/include/vlc_devices.h index 9485d54c0a..ba0d5f8090 100644 --- a/include/vlc_devices.h +++ b/include/vlc_devices.h @@ -21,12 +21,13 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ -#if !defined( __LIBVLC__ ) - #error You are not libvlc or one of its plugins. You cannot include this file -#endif +#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 { @@ -45,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; };