]> git.sesse.net Git - vlc/blobdiff - include/beos_specific.h
* fix minor resize-bug when closing the playlist (closes #210)
[vlc] / include / beos_specific.h
index 3036c0961398396e1c43482b13c741ac88b96d52..04f17f01486ef69300ca8dad2bb5dbd2675c5668 100644 (file)
@@ -1,10 +1,10 @@
 /*****************************************************************************
- * beos_init.h: Initialization for BeOS specific features 
+ * beos_specific.h: BeOS specific features
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
+ * $Id$
  *
- * Authors:
- * Jean-Marc Dressler
+ * Authors: Jean-Marc Dressler <polux@via.ecp.fr>
  *
  * 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
  *
  * 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 GNU
- * General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
  *
- * 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-1307, USA.
+ * 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.
  *****************************************************************************/
 
 /*****************************************************************************
 extern "C" {
 #endif
 
-void       beos_Init( void );
-void       beos_Clean( void );
-char *     beos_GetProgramPath( void );
-
 #ifdef __cplusplus
 }
-#endif
\ No newline at end of file
+#endif