X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc%2Fvlc.h;h=73b4922a757242cf954b153516768000a9e5db9f;hb=c60652e38ac6afd74bd8225e9dae5406f13aaa4f;hp=17f491d63f3a50db679bb722f6f611caa3c65f5f;hpb=2ec3bddef115eb4cf575c5dafd64077891a6196f;p=vlc diff --git a/include/vlc/vlc.h b/include/vlc/vlc.h index 17f491d63f..73b4922a75 100644 --- a/include/vlc/vlc.h +++ b/include/vlc/vlc.h @@ -1,7 +1,7 @@ /***************************************************************************** * vlc.h: global header for libvlc ***************************************************************************** - * Copyright (C) 1998-2004 the VideoLAN team + * Copyright (C) 1998-2008 the VideoLAN team * $Id$ * * Authors: Vincent Seguin @@ -25,21 +25,27 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ -#ifndef _VLC_VLC_H -#define _VLC_VLC_H 1 +#ifndef VLC_VLC_H +#define VLC_VLC_H 1 -# ifdef __LIBVLC__ -# include /* FIXME */ -# endif +/** + * \file + * This file defines libvlc new external API + */ # ifdef __cplusplus extern "C" { # endif #include -#include #include +#include +#include #include +#include +#include +#include +#include #include #include