comparison dvd_input.h @ 20:fce16251755c src

Remove all trailing whitespace, patch by Erik Hovland *erik$hovland dot org%
author rathann
date Sat, 06 Sep 2008 21:55:51 +0000
parents 2a219d444297
children 4aa618ae094f
comparison
equal deleted inserted replaced
19:7f7e87bd7536 20:fce16251755c
7 * 7 *
8 * This program is free software; you can redistribute it and/or modify 8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by 9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or 10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version. 11 * (at your option) any later version.
12 * 12 *
13 * This program is distributed in the hope that it will be useful, 13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details. 16 * GNU General Public License for more details.
17 * 17 *
34 * These functions provide the main API. 34 * These functions provide the main API.
35 */ 35 */
36 extern dvd_input_t (*dvdinput_open) (const char *); 36 extern dvd_input_t (*dvdinput_open) (const char *);
37 extern int (*dvdinput_close) (dvd_input_t); 37 extern int (*dvdinput_close) (dvd_input_t);
38 extern int (*dvdinput_seek) (dvd_input_t, int); 38 extern int (*dvdinput_seek) (dvd_input_t, int);
39 extern int (*dvdinput_title) (dvd_input_t, int); 39 extern int (*dvdinput_title) (dvd_input_t, int);
40 extern int (*dvdinput_read) (dvd_input_t, void *, int, int); 40 extern int (*dvdinput_read) (dvd_input_t, void *, int, int);
41 extern char * (*dvdinput_error) (dvd_input_t); 41 extern char * (*dvdinput_error) (dvd_input_t);
42 42
43 /** 43 /**
44 * Setup function accessed by dvd_reader.c. Returns 1 if there is CSS support. 44 * Setup function accessed by dvd_reader.c. Returns 1 if there is CSS support.