diff --git a/lib/driver/cdio_private.h b/lib/driver/cdio_private.h index 5d984be1..9d530065 100644 --- a/lib/driver/cdio_private.h +++ b/lib/driver/cdio_private.h @@ -1,5 +1,5 @@ /* - $Id: cdio_private.h,v 1.29 2005/03/23 11:26:49 rocky Exp $ + $Id: cdio_private.h,v 1.30 2006/01/23 20:31:35 rocky Exp $ Copyright (C) 2003, 2004, 2005 Rocky Bernstein @@ -24,10 +24,6 @@ #ifndef __CDIO_PRIVATE_H__ #define __CDIO_PRIVATE_H__ -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif - #include #include #include diff --git a/lib/udf/udf_private.h b/lib/udf/udf_private.h index 0bdbf751..ed9c1994 100644 --- a/lib/udf/udf_private.h +++ b/lib/udf/udf_private.h @@ -1,7 +1,7 @@ /* - $Id: udf_private.h,v 1.4 2005/11/01 03:14:50 rocky Exp $ + $Id: udf_private.h,v 1.5 2006/01/23 20:31:11 rocky Exp $ - Copyright (C) 2005 Rocky Bernstein + Copyright (C) 2005, 2006 Rocky Bernstein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -21,10 +21,6 @@ #ifndef __CDIO_UDF_PRIVATE_H__ #define __CDIO_UDF_PRIVATE_H__ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - #include #include #include @@ -62,6 +58,9 @@ struct udf_dirent_s udf_fileid_desc_t *fid; }; +bool udf_get_lba(const udf_file_entry_t *p_udf_fe, + /*out*/ uint32_t *start, /*out*/ uint32_t *end); + #endif /* __CDIO_UDF_PRIVATE_H__ */