X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=include%2Fvlc_common.h;h=617ccbc6d277b8e604d291933cbcb065fc65e100;hb=6c1ee3a269cd6496fe59aeb3f93f6448af387de3;hp=35cf3dd5c1ff74db7ed04bb806cbadc0e2079b6a;hpb=1da4cee504d32b96d9ac77d655942a6d15c2cb34;p=vlc diff --git a/include/vlc_common.h b/include/vlc_common.h index 35cf3dd5c1..617ccbc6d2 100644 --- a/include/vlc_common.h +++ b/include/vlc_common.h @@ -841,6 +841,7 @@ static inline void _SetQWBE( uint8_t *p, uint64_t i_qw ) #ifndef HAVE_SCANDIR # define scandir vlc_scandir # define alphasort vlc_alphasort + struct dirent; VLC_EXPORT( int, vlc_scandir, ( const char *name, struct dirent ***namelist, int (*filter) ( const struct dirent * ), int (*compar) ( const struct dirent **, const struct dirent ** ) ) ); VLC_EXPORT( int, vlc_alphasort, ( const struct dirent **a, const struct dirent **b ) ); #elif !defined(__PLUGIN__)