diff dvd_udf.c @ 62:3bc841283972 src

Move UDFReadBlocksRaw declaration to dvdread_internal.h.
author diego
date Sat, 11 Sep 2010 15:15:43 +0000
parents 1acf15da93ba
children 99af5ed114a4
line wrap: on
line diff
--- a/dvd_udf.c	Sun Aug 08 22:49:28 2010 +0000
+++ b/dvd_udf.c	Sat Sep 11 15:15:43 2010 +0000
@@ -37,14 +37,10 @@
 #include <unistd.h>
 #include <inttypes.h>
 
+#include "dvdread_internal.h"
 #include "dvdread/dvd_reader.h"
 #include "dvdread/dvd_udf.h"
 
-/* Private but located in/shared with dvd_reader.c */
-extern int UDFReadBlocksRaw( dvd_reader_t *device, uint32_t lb_number,
-                             size_t block_count, unsigned char *data,
-                             int encrypted );
-
 /* It's required to either fail or deliver all the blocks asked for. */
 static int DVDReadLBUDF( dvd_reader_t *device, uint32_t lb_number,
                          size_t block_count, unsigned char *data,