Commit 1c112069 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Define libvlc_exception_raise() in the proper place

parent 596fae4f
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* Copyright (C) 1998-2005 the VideoLAN team * Copyright (C) 1998-2005 the VideoLAN team
* $Id: vlc.h 13701 2005-12-12 17:58:56Z zorglub $ * $Id: vlc.h 13701 2005-12-12 17:58:56Z zorglub $
* *
* Authors: Clément Stenac <zorglub@videolan.org> * Authors: Clent Stenac <zorglub@videolan.org>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
...@@ -67,6 +67,7 @@ void libvlc_exception_init( libvlc_exception_t *p_exception ); ...@@ -67,6 +67,7 @@ void libvlc_exception_init( libvlc_exception_t *p_exception );
* \return 0 if no exception raised, 1 else * \return 0 if no exception raised, 1 else
*/ */
int libvlc_exception_raised( libvlc_exception_t *p_exception ); int libvlc_exception_raised( libvlc_exception_t *p_exception );
void libvlc_exception_raise( libvlc_exception_t *p_exception, char *psz_message );
/** /**
* Get exception message * Get exception message
......
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