]> git.sesse.net Git - vlc/blobdiff - include/darwin_specific.h
* modules/gui/wxwidgets: don't call aout_VolumeGet so often because it is MIPS intensive.
[vlc] / include / darwin_specific.h
index cab810ec731048c1d60d42baf6af924226b81c14..08b65dfa6217a3455305955b99e55a383a3470bd 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.2 2001/05/06 04:32:02 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
  *
  * 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 );
-char  * system_GetProgramPath( void );
-