]> git.sesse.net Git - vlc/blobdiff - src/input/access.h
input: stream_memory: handle skip reads
[vlc] / src / input / access.h
index 1b7de91565332cceb9abe8b5266cd38bdde27437..d16d27b89871484abdaaa1be427c99190bb03fea 100644 (file)
@@ -34,5 +34,7 @@ access_t *access_New( vlc_object_t *p_obj, input_thread_t *p_input,
 #define access_New( a, b, c, d, e ) access_New(VLC_OBJECT(a), b, c, d, e )
 void access_Delete( access_t * );
 
+char *get_path(const char *location);
+
 #endif