Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
454
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
11337d43
Commit
11337d43
authored
21 years ago
by
Rocky Bernstein
Browse files
Options
Downloads
Patches
Plain Diff
Guard against including twice.
parent
5b96a625
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/access/vcdx/cdrom.h
+5
-1
5 additions, 1 deletion
modules/access/vcdx/cdrom.h
with
5 additions
and
1 deletion
modules/access/vcdx/cdrom.h
+
5
−
1
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*/
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment