X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fbeos_specific.h;h=f9c0d6d9eb59aaaea902655677e18979bd3ca1dd;hb=b26ea34b1d91e2a33d39d65fad112fcbc9127a21;hp=4336a2b55041f4b406a901f5fbc4bc7475658827;hpb=4f551c2bf0d189405e96cbbb8234ed3edd9d6d3e;p=vlc diff --git a/include/beos_specific.h b/include/beos_specific.h index 4336a2b550..f9c0d6d9eb 100644 --- a/include/beos_specific.h +++ b/include/beos_specific.h @@ -1,8 +1,8 @@ /***************************************************************************** - * 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.4 2001/03/21 13:42:33 sam Exp $ + * Copyright (C) 1999, 2000 the VideoLAN team + * $Id$ * * Authors: Jean-Marc Dressler * @@ -10,7 +10,7 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. - * + * * 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 @@ -18,7 +18,7 @@ * * 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. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ /***************************************************************************** @@ -29,10 +29,6 @@ extern "C" { #endif -void beos_Create( void ); -void beos_Destroy( void ); -char * beos_GetProgramPath( void ); - #ifdef __cplusplus } #endif