]> git.sesse.net Git - vlc/blobdiff - include/vlc_main.h
use pid for tmp file patterns
[vlc] / include / vlc_main.h
index cd2880d35c5b7c6a3ac1849a6a3bf0223ed4a489..142ce010810d78894ccb3f3223d6cd4a911d4f03 100644 (file)
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * main.h: access to all program variables
+ * vlc_main.h: access to all program variables
  * Declaration and extern access to LibVLC instance object.
  *****************************************************************************
  * Copyright (C) 1999, 2000, 2001, 2002, 2008 VLC authors and VideoLAN
@@ -26,8 +26,6 @@
  * This file defines libvlc_int_t internal libvlc instance
  */
 
-TYPEDEF_ARRAY(input_item_t*, input_item_array_t)
-
 struct hotkey;
 
 /*****************************************************************************