cdio.{c,h}: moved various reading and device/driver routines out into the below
read.{c,h}: separate include for the reading routines.
disc.{c,h}: more moved here from corresponding cdio.
device.c: a place for device/driver related routines.
interface.c: break up line to make debugging easier.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/* -*- c -*-
|
||||
$Id: device.h,v 1.2 2005/01/05 04:16:11 rocky Exp $
|
||||
$Id: device.h,v 1.3 2005/01/09 16:07:46 rocky Exp $
|
||||
|
||||
Copyright (C) 2005 Rocky Bernstein <rocky@panix.com>
|
||||
|
||||
@@ -19,8 +19,9 @@
|
||||
*/
|
||||
|
||||
/** \file device.h
|
||||
* \brief The top-level header for driver or device-related libcdio calls.
|
||||
* ("device" include CD-image reading devices).
|
||||
*
|
||||
* \brief The top-level header for driver- or device-related libcdio
|
||||
* calls. ("device" include CD-image reading devices).
|
||||
*/
|
||||
#ifndef __CDIO_DEVICE_H__
|
||||
#define __CDIO_DEVICE_H__
|
||||
@@ -730,4 +731,3 @@ extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#endif /* __CDIO_TRACK_H__ */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user