Imported Upstream version 1.1.11
[platform/upstream/cdrkit.git] / libparanoia / overlap.h
1 /*
2  * This file has been modified for the cdrkit suite.
3  *
4  * The behaviour and appearence of the program code below can differ to a major
5  * extent from the version distributed by the original author(s).
6  *
7  * For details, see Changelog file distributed with the cdrkit package. If you
8  * received this file from another source then ask the distributing person for
9  * a log of modifications.
10  *
11  */
12
13 /* @(#)overlap.h        1.7 04/02/18 J. Schilling from cdparanoia-III-alpha9.8 */
14 /*
15  *      Modifications to make the code portable Copyright (c) 2002 J. Schilling
16  */
17 /*
18  * CopyPolicy: GNU Public License 2 applies
19  * Copyright (C) by Monty (xiphmont@mit.edu)
20  */
21
22 #ifndef _OVERLAP_H_
23 #define _OVERLAP_H_
24
25 extern  void    paranoia_resetcache(cdrom_paranoia *p);
26 extern  void    paranoia_resetall(cdrom_paranoia *p);
27 extern  void    i_paranoia_trim(cdrom_paranoia *p, long beginword, long endword);
28 extern  void    offset_adjust_settings(cdrom_paranoia *p,
29                                                                                                   void (*callback) (long, int));
30 extern  void    offset_add_value(cdrom_paranoia *p, offsets *o, long value,
31                                                                                   void (*callback) (long, int));
32
33 #endif