[vlc-devel] commit: vlc.h: VLC_AddTarget is used in core, so don't deprecate it. ( Pierre d'Herbemont )

git version control git at videolan.org
Wed Mar 26 17:36:12 CET 2008


vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Wed Mar 26 00:35:36 2008 +0100| [c5afed27be0103b5c7198993313cafefe1930290]

vlc.h: VLC_AddTarget is used in core, so don't deprecate it.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c5afed27be0103b5c7198993313cafefe1930290
---

 include/vlc/vlc.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/vlc/vlc.h b/include/vlc/vlc.h
index d4d522c..e3d1645 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




More information about the vlc-devel mailing list