/[debburn]/cdrkit/trunk/cdrecord/clone.c
ViewVC logotype

Diff of /cdrkit/trunk/cdrecord/clone.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

nonameyet/branches/cleanup/cdrecord/clone.c revision 248 by blade, Mon Sep 11 07:17:29 2006 UTC cdrkit/branches/cleanup/cdrecord/clone.c revision 409 by blade, Mon Nov 20 21:30:09 2006 UTC
# Line 56  static char sccsid[] = Line 56  static char sccsid[] =
56    
57  /*#define       SAO_RAW*/  /*#define       SAO_RAW*/
58    
59  void    clone_toc       __PR((track_t *trackp));  void    clone_toc(track_t *trackp);
60  void    clone_tracktype __PR((track_t *trackp));  void    clone_tracktype(track_t *trackp);
61    
62  extern  int     lverbose;  extern  int     lverbose;
63  extern  int     xdebug;  extern  int     xdebug;
# Line 76  static long    loutstart; Line 76  static long    loutstart;
76  /*  /*
77   * Read Clone TOC description from full toc file.   * Read Clone TOC description from full toc file.
78   */   */
79  void  void clone_toc(track_t *trackp)
 clone_toc(track_t *trackp)  
80  {  {
81          char    filename[1024];          char    filename[1024];
82          msf_t   m;          msf_t   m;
# Line 213  clone_toc(track_t *trackp) Line 212  clone_toc(track_t *trackp)
212   * Control 4 = data   * Control 4 = data
213   * Control 5 = packet data   * Control 5 = packet data
214   */   */
215  void  void clone_tracktype(track_t *trackp)
 clone_tracktype(track_t *trackp)  
216  {  {
217          int     tracks = trackp->tracks;          int     tracks = trackp->tracks;
218          int     sectype;          int     sectype;

Legend:
Removed from v.248  
changed lines
  Added in v.409

  ViewVC Help
Powered by ViewVC 1.1.5