]> git.sesse.net Git - vlc/blobdiff - include/darwin_specific.h
* GNU/Hurd configuration and compilation fixes.
[vlc] / include / darwin_specific.h
index b63421d187d097f7a74349a844582478194491db..cab810ec731048c1d60d42baf6af924226b81c14 100644 (file)
@@ -2,7 +2,7 @@
  * darwin_specific.h: Darwin specific features 
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: darwin_specific.h,v 1.1 2001/04/12 01:52:45 sam Exp $
+ * $Id: darwin_specific.h,v 1.2 2001/05/06 04:32:02 sam Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *
@@ -24,7 +24,7 @@
 /*****************************************************************************
  * Prototypes
  *****************************************************************************/
-void    system_Create ( int *pi_argc, char *ppsz_argv[], char *ppsz_env[] );
-void    system_Destroy( void );
+void    system_Init ( int *pi_argc, char *ppsz_argv[], char *ppsz_env[] );
+void    system_End  ( void );
 char  * system_GetProgramPath( void );