X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fwin32_specific.h;h=dc25e815551124a31726e0178a5131ccb474d4dc;hb=6c8060bbd5ab55df1b3572f2b102dbbf4fb55028;hp=c6ccb6a64f9a750743fcd33d04f39bae1556b5b9;hpb=cdf126129d9ea4f4842d7837439fb0cea517692b;p=vlc diff --git a/include/win32_specific.h b/include/win32_specific.h index c6ccb6a64f..dc25e81555 100644 --- a/include/win32_specific.h +++ b/include/win32_specific.h @@ -1,16 +1,17 @@ /***************************************************************************** - * win32_specific.h: Win32 specific features + * win32_specific.h: Win32 specific features ***************************************************************************** - * Copyright (C) 2001 VideoLAN - * $Id: win32_specific.h,v 1.1 2001/11/12 22:42:56 sam Exp $ + * Copyright (C) 2001 the VideoLAN team + * $Id$ * * Authors: Samuel Hocevar + * Gildas Bazin * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the @@ -18,12 +19,6 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. - *****************************************************************************/ - -/***************************************************************************** - * Prototypes + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ -void system_Init ( int *pi_argc, char *ppsz_argv[], char *ppsz_env[] ); -void system_End ( void );