]> git.sesse.net Git - vlc/blobdiff - src/input/input_internal.h
access: Rename access2 to access as access is no longer existing.
[vlc] / src / input / input_internal.h
index 3961f2642a762128fcb50e9d196bf2d79a21e9e8..8a348a5dab69e89e984db7a47786259a75bcb2d5 100644 (file)
@@ -397,12 +397,12 @@ static inline void input_ChangeState( input_thread_t *p_input, int state )
 
 /* Access */
 
-#define access2_New( a, b, c, d ) __access2_New(VLC_OBJECT(a), b, c, d )
-access_t * __access2_New( vlc_object_t *p_obj, const char *psz_access,
+#define access_New( a, b, c, d ) __access_New(VLC_OBJECT(a), b, c, d )
+access_t * __access_New( vlc_object_t *p_obj, const char *psz_access,
                           const char *psz_demux, const char *psz_path );
-access_t * access2_FilterNew( access_t *p_source,
+access_t * access_FilterNew( access_t *p_source,
                               const char *psz_access_filter );
-void access2_Delete( access_t * );
+void access_Delete( access_t * );
 
 /* Demuxer */
 #include <vlc_demux.h>