]> git.sesse.net Git - vlc/blobdiff - src/interface/interface.h
macosx: Fix a memleak.
[vlc] / src / interface / interface.h
index 7f9268cbcafca09dac8afbf78a139bc904e202d2..6401ccdd7f7db99a1c64473f5f4c0544f14e2c38 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 *);
+interaction_t * interaction_Init( libvlc_int_t *p_libvlc );
+void interaction_Destroy( interaction_t * );
+
 #endif