]> git.sesse.net Git - vlc/blobdiff - include/beos_specific.h
* modules/gui/wxwindows/*: don't forget to delete the timer.
[vlc] / include / beos_specific.h
index f23b03e960a95bb2c5103ab4d1b2e1a67a1817b4..7e3ca073baa94db97c9aad6b2aca18aaf6a7d0ee 100644 (file)
@@ -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.8 2003/01/19 03:16:24 sam Exp $
  *
- * Authors:
- * Jean-Marc Dressler
+ * Authors: Jean-Marc Dressler <polux@via.ecp.fr>
  *
  * 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
 extern "C" {
 #endif
 
-void       beos_Create( void );
-void       beos_Destroy( void );
-char *     beos_GetProgramPath( void );
-
 #ifdef __cplusplus
 }
 #endif