]> git.sesse.net Git - vlc/blobdiff - include/beos_specific.h
* modules/packetizer/mpegvideo.c: Correctly flag the picture types in
[vlc] / include / beos_specific.h
index 3036c0961398396e1c43482b13c741ac88b96d52..c8e8b4b210bc925a825ff549c22ac11a2eb2efa3 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: beos_specific.h,v 1.9 2004/01/25 18:17:08 zorglub Exp $
  *
- * 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