]> git.sesse.net Git - vlc/blobdiff - include/darwin_specific.h
Fix a few warnings
[vlc] / include / darwin_specific.h
index b63421d187d097f7a74349a844582478194491db..b652a0064c73e3be1236dbe0a203c2704f0ea20e 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
- * darwin_specific.h: Darwin specific features 
+ * darwin_specific.h: Darwin specific features
  *****************************************************************************
- * Copyright (C) 2001 VideoLAN
- * $Id: darwin_specific.h,v 1.1 2001/04/12 01:52:45 sam Exp $
+ * Copyright (C) 2001 the VideoLAN team
+ * $Id$
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *
@@ -10,7 +10,7 @@
  * 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
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  *****************************************************************************/
-
-/*****************************************************************************
- * Prototypes
- *****************************************************************************/
-void    system_Create ( int *pi_argc, char *ppsz_argv[], char *ppsz_env[] );
-void    system_Destroy( void );
-char  * system_GetProgramPath( void );
-