]> git.sesse.net Git - vlc/blobdiff - include/beos_specific.h
Rename playlist_NodesCreateForSD to playlist_NodesPairCreate and document it
[vlc] / include / beos_specific.h
index 19c9f36da65166eeb076b9a5230b429a6a164ade..f9c0d6d9eb59aaaea902655677e18979bd3ca1dd 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
- * beos_specific.h: BeOS specific features 
+ * beos_specific.h: BeOS specific features
  *****************************************************************************
- * Copyright (C) 1999, 2000 VideoLAN
- * $Id: beos_specific.h,v 1.6 2001/05/06 04:32:02 sam Exp $
+ * Copyright (C) 1999, 2000 the VideoLAN team
+ * $Id$
  *
  * Authors: Jean-Marc Dressler <polux@via.ecp.fr>
  *
@@ -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
@@ -18,7 +18,7 @@
  *
  * 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 /*****************************************************************************
 extern "C" {
 #endif
 
-void    system_Init ( int *pi_argc, char *ppsz_argv[], char *ppsz_env[] );
-void    system_End  ( void );
-char  * system_GetProgramPath( void );
-
 #ifdef __cplusplus
 }
 #endif