From c5afed27be0103b5c7198993313cafefe1930290 Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Wed, 26 Mar 2008 00:35:36 +0100 Subject: [PATCH] vlc.h: VLC_AddTarget is used in core, so don't deprecate it. --- include/vlc/vlc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vlc/vlc.h b/include/vlc/vlc.h index d4d522c4b1..e3d16451d2 100644 --- a/include/vlc/vlc.h +++ b/include/vlc/vlc.h @@ -374,7 +374,7 @@ VLC_DEPRECATED_API int VLC_VariableType( int, char const *, int * ); * \param i_pos the position at which to add the new target (PLAYLIST_END for end) * \return the item id on success and -1 on error */ -VLC_DEPRECATED_API int VLC_AddTarget( int, char const *, const char **, int, int, int ); +VLC_PUBLIC_API int VLC_AddTarget( int, char const *, const char **, int, int, int ); /** * Start the playlist and play the currently selected playlist item -- 2.11.4.GIT