Commit bab3b9cb authored by Rafaël Carré's avatar Rafaël Carré

libvlc.h: restore C++ compatibility

parent 32978845
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment