Commit 7c1b1af4 authored by Julien 'Lta' BALLET's avatar Julien 'Lta' BALLET Committed by Jean-Baptiste Kempf

Make access/directory.c a pf_readdir browsing module

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent b3fd9f50
This diff is collapsed.
......@@ -25,6 +25,6 @@ void FileClose (vlc_object_t *);
int DirOpen (vlc_object_t *);
int DirInit (access_t *p_access, DIR *handle);
block_t *DirBlock (access_t *);
int DirRead (access_t *, input_item_node_t *);
int DirControl (access_t *, int, va_list);
void DirClose (vlc_object_t *);
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