X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fbeos_specific.h;h=c8e8b4b210bc925a825ff549c22ac11a2eb2efa3;hb=b2111baf468b4235e28a42343b7e283efda198a5;hp=3036c0961398396e1c43482b13c741ac88b96d52;hpb=551607d315126846db5538560f52fb2e084a5d6f;p=vlc diff --git a/include/beos_specific.h b/include/beos_specific.h index 3036c09613..c8e8b4b210 100644 --- a/include/beos_specific.h +++ b/include/beos_specific.h @@ -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 * * 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 @@ -13,13 +13,12 @@ * * 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. *****************************************************************************/ /***************************************************************************** @@ -30,10 +29,6 @@ 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