image/common.h -> image_common.h. I'd rather switch than fight. I
still hate automake.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# $Id: Makefile.am,v 1.31 2004/04/23 01:01:36 rocky Exp $
|
# $Id: Makefile.am,v 1.32 2004/04/23 02:18:07 rocky Exp $
|
||||||
#
|
#
|
||||||
# Copyright (C) 2003, 2004 Rocky Bernstein <rocky@panix.com>
|
# Copyright (C) 2003, 2004 Rocky Bernstein <rocky@panix.com>
|
||||||
#
|
#
|
||||||
@@ -69,7 +69,7 @@ libcdio_sources = \
|
|||||||
ds.c \
|
ds.c \
|
||||||
ds.h \
|
ds.h \
|
||||||
image/bincue.c \
|
image/bincue.c \
|
||||||
image/common.c \
|
image_common.h \
|
||||||
image/nrg.c \
|
image/nrg.c \
|
||||||
logging.c \
|
logging.c \
|
||||||
MSWindows/aspi32.c \
|
MSWindows/aspi32.c \
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
$Id: bincue.c,v 1.10 2004/04/23 01:01:37 rocky Exp $
|
$Id: bincue.c,v 1.11 2004/04/23 02:18:07 rocky Exp $
|
||||||
|
|
||||||
Copyright (C) 2001 Herbert Valerio Riedel <hvr@gnu.org>
|
Copyright (C) 2001 Herbert Valerio Riedel <hvr@gnu.org>
|
||||||
Copyright (C) 2002, 2003, 2004 Rocky Bernstein <rocky@panix.com>
|
Copyright (C) 2002, 2003, 2004 Rocky Bernstein <rocky@panix.com>
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
(*.cue).
|
(*.cue).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static const char _rcsid[] = "$Id: bincue.c,v 1.10 2004/04/23 01:01:37 rocky Exp $";
|
static const char _rcsid[] = "$Id: bincue.c,v 1.11 2004/04/23 02:18:07 rocky Exp $";
|
||||||
|
|
||||||
#include "cdio_assert.h"
|
#include "cdio_assert.h"
|
||||||
#include "cdio_private.h"
|
#include "cdio_private.h"
|
||||||
@@ -104,7 +104,7 @@ typedef struct {
|
|||||||
static bool _cdio_image_read_cue (_img_private_t *_obj);
|
static bool _cdio_image_read_cue (_img_private_t *_obj);
|
||||||
static uint32_t _cdio_stat_size (void *env);
|
static uint32_t _cdio_stat_size (void *env);
|
||||||
|
|
||||||
#include "image/common.c"
|
#include "image_common.h"
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
Initialize image structures.
|
Initialize image structures.
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
$Id: nrg.c,v 1.5 2004/04/23 01:01:37 rocky Exp $
|
$Id: nrg.c,v 1.6 2004/04/23 02:18:07 rocky Exp $
|
||||||
|
|
||||||
Copyright (C) 2001, 2003 Herbert Valerio Riedel <hvr@gnu.org>
|
Copyright (C) 2001, 2003 Herbert Valerio Riedel <hvr@gnu.org>
|
||||||
Copyright (C) 2003, 2004 Rocky Bernstein <rocky@panix.com>
|
Copyright (C) 2003, 2004 Rocky Bernstein <rocky@panix.com>
|
||||||
@@ -48,7 +48,7 @@
|
|||||||
#include "cdio_private.h"
|
#include "cdio_private.h"
|
||||||
#include "_cdio_stdio.h"
|
#include "_cdio_stdio.h"
|
||||||
|
|
||||||
static const char _rcsid[] = "$Id: nrg.c,v 1.5 2004/04/23 01:01:37 rocky Exp $";
|
static const char _rcsid[] = "$Id: nrg.c,v 1.6 2004/04/23 02:18:07 rocky Exp $";
|
||||||
|
|
||||||
/* structures used */
|
/* structures used */
|
||||||
|
|
||||||
@@ -177,7 +177,7 @@ typedef struct {
|
|||||||
static bool _cdio_parse_nero_footer (_img_private_t *_obj);
|
static bool _cdio_parse_nero_footer (_img_private_t *_obj);
|
||||||
static uint32_t _cdio_stat_size (void *env);
|
static uint32_t _cdio_stat_size (void *env);
|
||||||
|
|
||||||
#include "image/common.c"
|
#include "image_common.h"
|
||||||
|
|
||||||
/* Updates internal track TOC, so we can later
|
/* Updates internal track TOC, so we can later
|
||||||
simulate ioctl(CDROMREADTOCENTRY).
|
simulate ioctl(CDROMREADTOCENTRY).
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
$Id: common.c,v 1.1 2004/04/23 01:01:37 rocky Exp $
|
$Id: image_common.h,v 1.1 2004/04/23 02:18:07 rocky Exp $
|
||||||
|
|
||||||
Copyright (C) 2004 Rocky Bernstein <rocky@panix.com>
|
Copyright (C) 2004 Rocky Bernstein <rocky@panix.com>
|
||||||
|
|
||||||
@@ -1,6 +1,7 @@
|
|||||||
This is free software; see the source for copying conditions.
|
This is free software; see the source for copying conditions.
|
||||||
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
|
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
|
||||||
PARTICULAR PURPOSE.
|
PARTICULAR PURPOSE.
|
||||||
|
Disc-image file
|
||||||
__________________________________
|
__________________________________
|
||||||
CD-ROM Track List (1 - 3)
|
CD-ROM Track List (1 - 3)
|
||||||
#: MSF LSN Type Green?
|
#: MSF LSN Type Green?
|
||||||
|
|||||||
Reference in New Issue
Block a user