]> git.sesse.net Git - vlc/blobdiff - src/misc/update.c
var_GetGlobalMutex() creates and gets a global mutex
[vlc] / src / misc / update.c
index 7f896d6ee5137c8cf43476689cb1d3e6c9ec48c6..a8756f4935ad2e4a1512354c24f3b1a36f64fd3d 100644 (file)
 #include <ctype.h>                                              /* tolower() */
 
 
-#include "vlc_update.h"
+#include <vlc_update.h>
 
-#include "vlc_block.h"
-#include "vlc_stream.h"
-#include "vlc_xml.h"
-#include "vlc_interaction.h"
-#include "charset.h"
+#include <vlc_block.h>
+#include <vlc_stream.h>
+#include <vlc_xml.h>
+#include <vlc_interface.h>
+#include <vlc_charset.h>
 
 /*****************************************************************************
  * Misc defines
@@ -1209,7 +1209,7 @@ void update_download_for_real( download_thread_t *p_this );
  * \param psz_dest destination file path
  * \return nothing
  */
-void update_download( update_iterator_t *p_uit, char *psz_dest )
+void update_download( update_iterator_t *p_uit, const char *psz_dest )
 {
     download_thread_t *p_dt =
         vlc_object_create( p_uit->p_u->p_libvlc, sizeof( download_thread_t ) );