X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_update.h;h=4bc7fd308d5c9d766714a6b67b1402220bb7c8ae;hb=79bc7d59facaeafe140ecc924b04c9cb6310df61;hp=11f5f4fa0602fb6446dc53807bf7a07c2a00a820;hpb=fbb8255dcf8ced858d59927cb17c4f577a8d9c15;p=vlc diff --git a/include/vlc_update.h b/include/vlc_update.h index 11f5f4fa06..4bc7fd308d 100644 --- a/include/vlc_update.h +++ b/include/vlc_update.h @@ -57,7 +57,7 @@ VLC_EXPORT( update_t *, __update_New, ( vlc_object_t * ) ); VLC_EXPORT( void, update_Delete, ( update_t * ) ); VLC_EXPORT( void, update_Check, ( update_t *, void (*callback)( void*, bool ), void * ) ); VLC_EXPORT( bool, update_NeedUpgrade, ( update_t * ) ); -VLC_EXPORT( void, update_Download, ( update_t *, char* ) ); +VLC_EXPORT( void, update_Download, ( update_t *, const char* ) ); VLC_EXPORT( update_release_t*, update_GetRelease, ( update_t * ) ); /**