libcdio-paranoia 10.2+2.0.2
overlap.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2004, 2008 Rocky Bernstein <rocky@gnu.org>
3 Copyright (C) 1998 Monty xiphmont@mit.edu
4
5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation, either version 3 of the License, or
8 (at your option) any later version.
9
10 This program is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17*/
18
19#ifndef _OVERLAP_H_
20#define _OVERLAP_H_
21
22extern void offset_add_value(cdrom_paranoia_t *p,offsets *o,long value,
23 void(*callback)(long int, paranoia_cb_mode_t));
26 void(*callback)(long, paranoia_cb_mode_t));
27extern void i_paranoia_trim(cdrom_paranoia_t *p,long beginword,long endword);
30
31#endif /*_OVERLAP_H_*/
void paranoia_resetcache(cdrom_paranoia_t *p)
Definition: overlap.c:45
void paranoia_resetall(cdrom_paranoia_t *p)
Definition: overlap.c:63
void offset_adjust_settings(cdrom_paranoia_t *p, void(*callback)(long, paranoia_cb_mode_t))
void offset_clear_settings(offsets *o)
void i_paranoia_trim(cdrom_paranoia_t *p, long beginword, long endword)
void offset_add_value(cdrom_paranoia_t *p, offsets *o, long value, void(*callback)(long int, paranoia_cb_mode_t))
Definition: overlap.c:242
paranoia_cb_mode_t
Definition: paranoia.h:70
Definition: p_block.h:153
Definition: p_block.h:142