]> git.sesse.net Git - vlc/blobdiff - include/vlc_dialog.h
Core: add some LIBVLC_USED.
[vlc] / include / vlc_dialog.h
index 0f3d20411b3477821946097dcbf1f1574a7ec709..8d79f05d30795399a41962caefd92fca9379f447 100644 (file)
@@ -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 *) );