[vlc-commits] libvlc.h: restore C++ compatibility
Rafaël Carré
git at videolan.org
Mon Mar 25 14:06:55 CET 2013
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Mon Mar 25 14:06:28 2013 +0100| [bab3b9cb6e5129543ead346684a2a7ecc337b8a1] | committer: Rafaël Carré
libvlc.h: restore C++ compatibility
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bab3b9cb6e5129543ead346684a2a7ecc337b8a1
---
include/vlc/libvlc.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/vlc/libvlc.h b/include/vlc/libvlc.h
index ab1030d..560b787 100644
--- a/include/vlc/libvlc.h
+++ b/include/vlc/libvlc.h
@@ -355,7 +355,7 @@ 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 *restrict line);
+ const char **file, unsigned *line);
/**
* Gets VLC object informations about a log message: the type name of the VLC
More information about the vlc-commits
mailing list