comparison ifo_print.h @ 24:3552a3d11604 src

Remove useless $Id$, $Log$ and $Name$ keywords.
author diego
date Sun, 14 Sep 2008 20:43:32 +0000
parents ac07d427fbc6
children
comparison
equal deleted inserted replaced
23:ac07d427fbc6 24:3552a3d11604
12 * GNU General Public License for more details. 12 * GNU General Public License for more details.
13 * 13 *
14 * You should have received a copy of the GNU General Public License along 14 * You should have received a copy of the GNU General Public License along
15 * with libdvdread; if not, write to the Free Software Foundation, Inc., 15 * with libdvdread; if not, write to the Free Software Foundation, Inc.,
16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17 *
18 * $Id$
19 *
20 */ 17 */
21 18
22 #ifndef LIBDVDREAD_IFO_PRINT_H 19 #ifndef LIBDVDREAD_IFO_PRINT_H
23 #define LIBDVDREAD_IFO_PRINT_H 20 #define LIBDVDREAD_IFO_PRINT_H
24 21
27 24
28 void ifo_print(dvd_reader_t *dvd, int title); 25 void ifo_print(dvd_reader_t *dvd, int title);
29 void dvdread_print_time(dvd_time_t *dtime); 26 void dvdread_print_time(dvd_time_t *dtime);
30 27
31 #endif /* LIBDVDREAD_IFO_PRINT_H */ 28 #endif /* LIBDVDREAD_IFO_PRINT_H */
32
33 /*
34 * $Log$
35 * Revision 1.1 2004/01/11 21:43:13 mroi
36 * big build system changes
37 * * cleaned up all Makefiles and added a Makefile.common
38 * * added relchk script
39 * * moved libdvdread files to a dvdread subdir
40 * * moved DVD VM to a vm subdir
41 * * removed unused code in read_cache.c
42 *
43 * Revision 1.4 2004/01/01 15:13:13 jcdutton
44 * Put ifo_print.c and .h back in.
45 *
46 * Revision 1.2 2003/04/28 15:17:17 jcdutton
47 * Update ifodump to work with new libdvdnav cvs, instead of needing libdvdread.
48 *
49 * Revision 1.1.1.1 2002/08/28 09:48:35 jcdutton
50 * Initial import into CVS.
51 *
52 *
53 *
54 */
55