]> git.sesse.net Git - vlc/blobdiff - include/vlc_update.h
Removes trailing spaces. Removes tabs.
[vlc] / include / vlc_update.h
index fd4aa04ed0e198d2eab3f979d27a0808bf842faf..c53005ce91fff475bd59f3c66f8f255a7682eba7 100644 (file)
@@ -115,7 +115,7 @@ struct update_mirror_t
  */
 struct update_t
 {
-    libvlc_int_t *p_libvlc; 
+    libvlc_int_t *p_libvlc;
 
     vlc_mutex_t lock;
 
@@ -176,7 +176,7 @@ VLC_EXPORT( update_iterator_t *, update_iterator_New, ( update_t * ) );
 VLC_EXPORT( void, update_iterator_Delete, ( update_iterator_t * ) );
 VLC_EXPORT( unsigned int, update_iterator_Action, ( update_iterator_t *, int ) );
 VLC_EXPORT( unsigned int, update_iterator_ChooseMirrorAndFile, ( update_iterator_t *, int, int, int ) );
-VLC_EXPORT( void, update_download, ( update_iterator_t *, char * ) );
+VLC_EXPORT( void, update_download, ( update_iterator_t *, const char * ) );
 
 /**
  * @}