]> git.sesse.net Git - vlc/blobdiff - modules/video_output/directx/aout.c
* ALL: the build mechanism now uses automake. See HACKING for more details.
[vlc] / modules / video_output / directx / aout.c
index ed201dacc5fadd658c44107396e22c528aa34552..df3704edc22240156ff219e9886625f58cda58a2 100644 (file)
@@ -2,7 +2,7 @@
  * aout.c: Windows DirectX audio output method
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: aout.c,v 1.10 2002/09/18 21:21:24 massiot Exp $
+ * $Id: aout.c,v 1.11 2002/09/30 11:05:40 sam Exp $
  *
  * Authors: Gildas Bazin <gbazin@netcourrier.com>
  *
@@ -91,6 +91,9 @@ struct aout_sys_t
 /*****************************************************************************
  * Local prototypes.
  *****************************************************************************/
+int  E_(OpenAudio)  ( vlc_object_t * );
+void E_(CloseAudio) ( vlc_object_t * );
+
 static void Play      ( aout_instance_t * );
 
 /* local functions */