config.h now seems to get included.
This commit is contained in:
@@ -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 <rocky@panix.com>
|
Copyright (C) 2003, 2004, 2005 Rocky Bernstein <rocky@panix.com>
|
||||||
|
|
||||||
@@ -24,10 +24,6 @@
|
|||||||
#ifndef __CDIO_PRIVATE_H__
|
#ifndef __CDIO_PRIVATE_H__
|
||||||
#define __CDIO_PRIVATE_H__
|
#define __CDIO_PRIVATE_H__
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
|
||||||
# include "config.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <cdio/cdio.h>
|
#include <cdio/cdio.h>
|
||||||
#include <cdio/audio.h>
|
#include <cdio/audio.h>
|
||||||
#include <cdio/cdtext.h>
|
#include <cdio/cdtext.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 <rocky@panix.com>
|
Copyright (C) 2005, 2006 Rocky Bernstein <rocky@panix.com>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
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
|
it under the terms of the GNU General Public License as published by
|
||||||
@@ -21,10 +21,6 @@
|
|||||||
#ifndef __CDIO_UDF_PRIVATE_H__
|
#ifndef __CDIO_UDF_PRIVATE_H__
|
||||||
#define __CDIO_UDF_PRIVATE_H__
|
#define __CDIO_UDF_PRIVATE_H__
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
|
||||||
#include "config.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <cdio/types.h>
|
#include <cdio/types.h>
|
||||||
#include <cdio/ecma_167.h>
|
#include <cdio/ecma_167.h>
|
||||||
#include <cdio/udf.h>
|
#include <cdio/udf.h>
|
||||||
@@ -62,6 +58,9 @@ struct udf_dirent_s
|
|||||||
udf_fileid_desc_t *fid;
|
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__ */
|
#endif /* __CDIO_UDF_PRIVATE_H__ */
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user