]> git.sesse.net Git - vlc/commitdiff
vlc.h: Fix VLC_PUBLIC_API.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Tue, 25 Mar 2008 23:18:29 +0000 (00:18 +0100)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Tue, 25 Mar 2008 23:18:50 +0000 (00:18 +0100)
Typo from previous commit.

include/vlc/vlc.h

index 0201cfec462d0a8106737089c48bc120c9d38442..d4d522c4b1befe430ce3b20aaf47bcb57e76fba7 100644 (file)
@@ -160,8 +160,8 @@ struct vlc_list_t
 /*****************************************************************************
  * Shared library Export macros
  *****************************************************************************/
-#ifndef VLC_DEPRECATED_API
-#  define VLC_DEPRECATED_API extern
+#ifndef VLC_PUBLIC_API
+#  define VLC_PUBLIC_API extern
 #endif
 
 /*****************************************************************************