X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_xml.h;h=20b097059adb5334912b2591fca3460161e75a58;hb=e3d08b7955a57485d8d301f33c583641899153a6;hp=2a2461aa87c97131a76d3d7deb52a3ab90652f74;hpb=449fd28aaf007c6411251dae9d0dbfdc65b135d1;p=vlc diff --git a/include/vlc_xml.h b/include/vlc_xml.h index 2a2461aa87..20b097059a 100644 --- a/include/vlc_xml.h +++ b/include/vlc_xml.h @@ -21,12 +21,14 @@ * 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_XML_H +#define VLC_XML_H -#ifndef _VLC_XML_H -#define _VLC_XML_H +/** + * \file + * This file defines functions and structures to handle xml tags in vlc + * + */ # ifdef __cplusplus extern "C" {