]> git.sesse.net Git - vlc/blobdiff - include/vlc_update.h
Add fonctions to the update system : all is in a thread now. The rc interface doesn...
[vlc] / include / vlc_update.h
index cfac788f550b2d472a4acebac2e499d862e6088e..92f2581b2ac8a96804a3d907b785b103fddb9d37 100644 (file)
@@ -283,6 +283,7 @@ VLC_EXPORT( update_t *, __update_New, ( vlc_object_t * ) );
 VLC_EXPORT( void, update_Delete, ( update_t * ) );
 VLC_EXPORT( void, update_Check, ( update_t * ) );
 VLC_EXPORT( int, update_CompareReleaseToCurrent, ( update_t * ) );
+VLC_EXPORT( void, update_Download, ( update_t *, char* ) );
 
 /**
  * @}