Commit 295d36f3 authored by Jon Lech Johansen's avatar Jon Lech Johansen

* ./src/misc/darwin_specific.c: added system_Configure().

parent 9d8d4f2a
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* darwin_specific.c: Darwin specific features * darwin_specific.c: Darwin specific features
***************************************************************************** *****************************************************************************
* Copyright (C) 2001 VideoLAN * Copyright (C) 2001 VideoLAN
* $Id: darwin_specific.c,v 1.7 2001/12/30 07:09:56 sam Exp $ * $Id: darwin_specific.c,v 1.8 2002/04/26 00:20:00 jlj Exp $
* *
* Authors: Samuel Hocevar <sam@zoy.org> * Authors: Samuel Hocevar <sam@zoy.org>
* *
...@@ -57,6 +57,14 @@ void system_Init( int *pi_argc, char *ppsz_argv[], char *ppsz_env[] ) ...@@ -57,6 +57,14 @@ void system_Init( int *pi_argc, char *ppsz_argv[], char *ppsz_env[] )
return; return;
} }
/*****************************************************************************
* system_Configure: check for system specific configuration options.
*****************************************************************************/
void system_Configure( void )
{
}
/***************************************************************************** /*****************************************************************************
* system_End: free the program path. * system_End: free the program path.
*****************************************************************************/ *****************************************************************************/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment