]> git.sesse.net Git - vlc/blobdiff - include/os_specific.h
Fixed the volume control
[vlc] / include / os_specific.h
index c9f59aa2fb561f73ac5276b58a55074da200825b..87ed1535db5066169049920728bc5ca529a8bfc5 100644 (file)
@@ -2,7 +2,7 @@
  * os_specific.h: OS specific features
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: os_specific.h,v 1.10 2002/11/11 14:39:11 sam Exp $
+ * $Id: os_specific.h,v 1.13 2004/01/25 18:17:08 zorglub Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *          Gildas Bazin <gbazin@netcourrier.com>
@@ -11,7 +11,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
@@ -45,11 +45,11 @@ extern "C" {
  *****************************************************************************/
 #ifdef _NEED_OS_SPECIFIC_H
     void system_Init       ( vlc_t *, int *, char *[] );
-    void system_Configure  ( vlc_t * );
+    void system_Configure  ( vlc_t *, int *, char *[] );
     void system_End        ( vlc_t * );
 #else
 #   define system_Init( a, b, c ) {}
-#   define system_Configure( a ) {}
+#   define system_Configure( a, b, c ) {}
 #   define system_End( a ) {}
 #endif