X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_dialog.h;h=8d79f05d30795399a41962caefd92fca9379f447;hb=12ade3e3bc975d5426ba4af155b7372c31093b31;hp=0f3d20411b3477821946097dcbf1f1574a7ec709;hpb=e6f3057f5016f55fad5c244d8209c5ebf83d35c5;p=vlc diff --git a/include/vlc_dialog.h b/include/vlc_dialog.h index 0f3d20411b..8d79f05d30 100644 --- a/include/vlc_dialog.h +++ b/include/vlc_dialog.h @@ -107,7 +107,7 @@ typedef struct dialog_progress_bar_t void *p_sys; } dialog_progress_bar_t; -VLC_EXPORT( dialog_progress_bar_t *, dialog_ProgressCreate, (vlc_object_t *, const char *, const char *, const char *) ); +VLC_EXPORT( dialog_progress_bar_t *, dialog_ProgressCreate, (vlc_object_t *, const char *, const char *, const char *) LIBVLC_USED ); #define dialog_ProgressCreate(o, t, m, c) \ dialog_ProgressCreate(VLC_OBJECT(o), t, m, c) VLC_EXPORT( void, dialog_ProgressDestroy, (dialog_progress_bar_t *) );