wm_session.c
上传用户:xiejiait
上传日期:2007-01-06
资源大小:881k
文件大小:1k
源码类别:

SCSI/ASPI

开发平台:

MultiPlatform

  1. /* @(#)wm_session.c 1.2 98/10/08 Copyright 1995, 1997 J. Schilling */
  2. #ifndef lint
  3. static char sccsid[] =
  4. "@(#)wm_session.c 1.2 98/10/08 Copyright 1995, 1997 J. Schilling";
  5. #endif
  6. /*
  7.  * CDR write method abtraction layer
  8.  * session at once / disk at once writing intercace routines
  9.  *
  10.  * Copyright (c) 1995, 1997 J. Schilling
  11.  */
  12. /*
  13.  * This program is free software; you can redistribute it and/or modify
  14.  * it under the terms of the GNU General Public License as published by
  15.  * the Free Software Foundation; either version 2, or (at your option)
  16.  * any later version.
  17.  *
  18.  * This program is distributed in the hope that it will be useful,
  19.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  20.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  21.  * GNU General Public License for more details.
  22.  *
  23.  * You should have received a copy of the GNU General Public License
  24.  * along with this program; see the file COPYING.  If not, write to
  25.  * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
  26.  */
  27. #include <mconfig.h>
  28. #include <stdio.h>
  29. #include <standard.h>
  30. #include <stdxlib.h>
  31. #include <unixstd.h>
  32. #include <sys/types.h>
  33. #include <utypes.h>
  34. #include "cdrecord.h"
  35. extern int debug;
  36. extern int verbose;
  37. extern int lverbose;
  38. extern char *buf; /* The transfer buffer */
  39. EXPORT int write_session_data __PR((cdr_t *dp, int track, track_t *trackp));