]> git.sesse.net Git - vlc/blobdiff - include/beos_specific.h
* DirectX plugin by Gildas Bazin <gbazin@netcourrier.com>.
[vlc] / include / beos_specific.h
index c9291629c3ac894dded59f0bc6787d6c23f84bcb..19c9f36da65166eeb076b9a5230b429a6a164ade 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.6 2001/05/06 04:32:02 sam 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
@@ -29,9 +29,9 @@
 extern "C" {
 #endif
 
-void       beos_Init( void );
-void       beos_Clean( void );
-char *     beos_GetProgramPath( void );
+void    system_Init ( int *pi_argc, char *ppsz_argv[], char *ppsz_env[] );
+void    system_End  ( void );
+char  * system_GetProgramPath( void );
 
 #ifdef __cplusplus
 }