]> git.sesse.net Git - vlc/blobdiff - src/interface/interface.h
Use vlc_object_lock and vlc_object_unlock
[vlc] / src / interface / interface.h
index 7f9268cbcafca09dac8afbf78a139bc904e202d2..05ee3623745bd51705a3d044843ca81a38d205a0 100644 (file)
@@ -2,7 +2,7 @@
  * interface.h: Internal interface prototypes and structures
  *****************************************************************************
  * Copyright (C) 1998-2006 the VideoLAN team
- * $Id: interface.c 17743 2006-11-13 15:43:19Z courmisch $
+ * $Id$
  *
  * Authors: Vincent Seguin <seguin@via.ecp.fr>
  *          ClĂ©ment Stenac <zorglub@videolan.org>
@@ -34,6 +34,7 @@
  * Interaction
  **********************************************************************/
 
-void intf_InteractionManage( playlist_t *);
-void intf_InteractionDestroy( interaction_t *);
+/* release via vlc_object_release() */
+vlc_object_t * interaction_Init( libvlc_int_t *p_libvlc );
+
 #endif