[vlc-commits] libvlc: add missing LIBVLC_API

Rémi Denis-Courmont git at videolan.org
Sat Apr 27 13:14:34 CEST 2013


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Apr 27 14:14:10 2013 +0300| [b10613c3150776715df617e6b646b10656d4b575] | committer: Rémi Denis-Courmont

libvlc: add missing LIBVLC_API

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

 include/vlc/libvlc.h |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/vlc/libvlc.h b/include/vlc/libvlc.h
index f784904..b4a8c91 100644
--- a/include/vlc/libvlc.h
+++ b/include/vlc/libvlc.h
@@ -354,8 +354,8 @@ typedef struct vlc_log_t libvlc_log_t;
  *
  * \version LibVLC 2.1.0 or later
  */
-void libvlc_log_get_context(const libvlc_log_t *ctx, const char **module,
-                            const char **file, unsigned *line);
+LIBVLC_API void libvlc_log_get_context(const libvlc_log_t *ctx,
+                       const char **module, const char **file, unsigned *line);
 
 /**
  * Gets VLC object informations about a log message: the type name of the VLC
@@ -378,8 +378,8 @@ void libvlc_log_get_context(const libvlc_log_t *ctx, const char **module,
  *
  * \version LibVLC 2.1.0 or later
  */
-void libvlc_log_get_object(const libvlc_log_t *ctx, const char **name,
-                           const char **header, uintptr_t *id);
+LIBVLC_API void libvlc_log_get_object(const libvlc_log_t *ctx,
+                        const char **name, const char **header, uintptr_t *id);
 
 /**
  * Callback prototype for LibVLC log message handler.



More information about the vlc-commits mailing list