X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc%2Fvlc.h;h=73b4922a757242cf954b153516768000a9e5db9f;hb=9ecc09199b38f1a1740c3dd1e2386dd7ff6d2d48;hp=09707063248f6165e4303c850df1244e17300536;hpb=e0105d9b23a08eeedf89b869628644e38df4e8dd;p=vlc diff --git a/include/vlc/vlc.h b/include/vlc/vlc.h index 0970706324..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,18 +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 + +/** + * \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 #include @@ -44,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 */