File: common_interface.h

package info (click to toggle)
cdparanoia 3.10.2%2Bdebian-9
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,212 kB
  • ctags: 617
  • sloc: ansic: 7,538; sh: 2,642; makefile: 59
file content (17 lines) | stat: -rw-r--r-- 525 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/******************************************************************
 * CopyPolicy: GNU Lesser General Public License 2.1 applies
 * Copyright (C) 1998-2008 Monty xiphmont@mit.edu
 *
 ******************************************************************/

#ifndef _cdda_common_interface_h_
#define _cdda_common_interface_h_

#include "low_interface.h"

extern int ioctl_ping_cdrom(int fd);
extern char *atapi_drive_info(int fd);
extern int data_bigendianp(cdrom_drive *d);
extern int FixupTOC(cdrom_drive *d,int tracks);

#endif