Commit 2834110f authored by Sam Hocevar's avatar Sam Hocevar

* ./src/misc/beos_specific.c: added system_Configure(). Sorry O:-)

parent 4751f8f6
......@@ -2,7 +2,7 @@
* beos_init.cpp: Initialization for BeOS specific features
*****************************************************************************
* Copyright (C) 1999-2001 VideoLAN
* $Id: beos_specific.cpp,v 1.17 2002/02/08 15:57:29 sam Exp $
* $Id: beos_specific.cpp,v 1.18 2002/04/26 05:43:37 sam Exp $
*
* Authors: Jean-Marc Dressler <polux@via.ecp.fr>
*
......@@ -85,6 +85,14 @@ void system_Init( int *pi_argc, char *ppsz_argv[], char *ppsz_env[] )
vlc_cond_destroy( &app_wait );
}
/*****************************************************************************
* system_Configure: check for system specific configuration options.
*****************************************************************************/
void system_Configure( void )
{
}
/*****************************************************************************
* system_End: destroy the BApplication object.
*****************************************************************************/
......
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