X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc%2Fvlc.h;h=73b4922a757242cf954b153516768000a9e5db9f;hb=fdc455adc812cf9b02ae40c8bd47a1a261a32ce6;hp=e40c6c00f6adfbe322699bbcf9a754b11502c738;hpb=a308763e5e6312316c38d7e40e1a0eaaa78b3cf5;p=vlc diff --git a/include/vlc/vlc.h b/include/vlc/vlc.h index e40c6c00f6..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 @@ -47,10 +53,4 @@ extern "C" { } # endif -#define LICENSE_MSG \ - _("This program comes with NO WARRANTY, to the extent permitted by " \ - "law.\nYou may redistribute it under the terms of the GNU General " \ - "Public License;\nsee the file named COPYING for details.\n" \ - "Written by the VideoLAN team; see the AUTHORS file.\n") - #endif /* _VLC_VLC_H */