Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
11337d43
Commit
11337d43
authored
Nov 26, 2003
by
Rocky Bernstein
Browse files
Guard against including twice.
parent
5b96a625
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/access/vcdx/cdrom.h
View file @
11337d43
...
...
@@ -2,7 +2,7 @@
* cdrom.h: cdrom tools header
*****************************************************************************
* Copyright (C) 1998-2001 VideoLAN
* $Id: cdrom.h,v 1.
1
2003/1
0/04 18:55:13 gbazin
Exp $
* $Id: cdrom.h,v 1.
2
2003/1
1/26 03:34:22 rocky
Exp $
*
* Authors: Johan Bilien <jobi@via.ecp.fr>
* Gildas Bazin <gbazin@netcourrier.com>
...
...
@@ -22,6 +22,9 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
*****************************************************************************/
#ifndef VCDX_CDROM_H
#define VCDX_CDROM_H
#include <cdio/cdio.h>
#include <cdio/logging.h>
...
...
@@ -43,3 +46,4 @@ void ioctl_Close ( cddev_t * );
track_t
ioctl_GetTracksMap
(
vlc_object_t
*
,
const
CdIo
*
,
lsn_t
**
);
int
ioctl_ReadSector
(
vlc_object_t
*
,
const
cddev_t
*
,
int
,
byte_t
*
);
#endif
/*VCDX_CDROM_H*/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment