]> git.sesse.net Git - vlc/commitdiff
vlc.h: VLC_AddTarget is used in core, so don't deprecate it.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Tue, 25 Mar 2008 23:35:36 +0000 (00:35 +0100)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Wed, 26 Mar 2008 16:36:04 +0000 (17:36 +0100)
include/vlc/vlc.h

index d4d522c4b1befe430ce3b20aaf47bcb57e76fba7..e3d16451d200bc453c5815d27b4976680627bc86 100644 (file)
@@ -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