]> git.sesse.net Git - vlc/commitdiff
Define libvlc_exception_raise() in the proper place
authorJean-Paul Saman <jpsaman@videolan.org>
Mon, 16 Jan 2006 18:03:14 +0000 (18:03 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Mon, 16 Jan 2006 18:03:14 +0000 (18:03 +0000)
include/vlc/libvlc.h

index ee7961908861ac7cd63032200bc4be84d784d0a9..35514195e3e391126e554023f3259afeda105494 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright (C) 1998-2005 the VideoLAN team
  * $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
  * 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 );
  * \return 0 if no exception raised, 1 else
  */
 int libvlc_exception_raised( libvlc_exception_t *p_exception );
+void libvlc_exception_raise( libvlc_exception_t *p_exception, char *psz_message );
 
 /**
  * Get exception message