Commit 5a55cbd3 authored by Jean-Paul Saman's avatar Jean-Paul Saman

src/libvlc.h: remove superfluous definition of vlc_rewinddir

The definition for vlc_rewinddir has been moved to include/vlc_fs.h. It
conflicted with the definition in src/libvlc.h.
parent 727cb1a4
......@@ -327,11 +327,9 @@ VLC_EXPORT( void, stats_DumpInputStats, (input_stats_t *) );
void *vlc_wopendir (const wchar_t *);
void *vlc_wclosedir (void *);
struct _wdirent *vlc_wreaddir (void *);
void vlc_rewinddir (void *);
# define _wopendir vlc_wopendir
# define _wreaddir vlc_wreaddir
# define _wclosedir vlc_wclosedir
# define rewinddir vlc_rewinddir
#endif
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment