]> git.sesse.net Git - vlc/blobdiff - modules/access/cdda/access.h
Removes trailing spaces. Removes tabs.
[vlc] / modules / access / cdda / access.h
index e699496cf85ba9a76c06ce5f768701bc33c876a5..5ba6adb6c6f7f06ed023fe49ab2f469cead1810a 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * access.h : access headers for CD digital audio input module
  *****************************************************************************
- * Copyright (C) 2004 VideoLAN
- * $Id: access.h 8606 2004-08-31 18:32:54Z rocky $
+ * Copyright (C) 2004 the VideoLAN team
+ * $Id$
  *
  * Authors: Rocky Bernstein <rocky@panix.com>
  *
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 /*****************************************************************************
- * Open: open cdda device or image file and initialize structures 
+ * 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 * );