]> git.sesse.net Git - vlc/blobdiff - modules/access/cdda/access.h
Add a disc-mode and navigation-style control.
[vlc] / modules / access / cdda / access.h
index e699496cf85ba9a76c06ce5f768701bc33c876a5..f3da1eb9adc867710d7c02c50d5825533e84d482 100644 (file)
@@ -25,9 +25,9 @@
  * Open: open cdda device or image file and initialize structures 
  * for subsequent operations.
  *****************************************************************************/
-int  E_(CDDAOpen)     ( vlc_object_t * );
+int  CDDAOpen     ( vlc_object_t * );
 
 /*****************************************************************************
  * CDDAClose: closes cdda and frees any resources associded with it.
  *****************************************************************************/
-void E_(CDDAClose)    ( vlc_object_t * );
+void CDDAClose    ( vlc_object_t * );