]> git.sesse.net Git - vlc/blobdiff - include/intf_eject.h
Remove msecseek command. Now seek works differently depending on the argument:
[vlc] / include / intf_eject.h
index 84529d59bf036a5cecfcc462e1df8e5cbfac67e1..d644e609fcd79fc61de0b75fb67105da94accfff 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * intf_eject.h: CD/DVD-ROM ejection handling functions
  *****************************************************************************
- * Copyright (C) 2001, 2002 VideoLAN
+ * Copyright (C) 2001, 2002 the VideoLAN team
  * $Id$
  *
  * Author: Julien Blache <jb@technologeek.org>
@@ -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.
  *****************************************************************************/
 
 #define intf_Eject(a,b) __intf_Eject(VLC_OBJECT(a),b)