iso_directory_record_t -> iso9660_dir_t
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
$Id: iso9660.h,v 1.4 2003/08/31 01:40:00 rocky Exp $
|
||||
$Id: iso9660.h,v 1.5 2003/08/31 02:51:41 rocky Exp $
|
||||
|
||||
Copyright (C) 2000 Herbert Valerio Riedel <hvr@gnu.org>
|
||||
Copyright (C) 2003 Rocky Bernstein <rocky@panix.com>
|
||||
@@ -56,7 +56,7 @@ enum strncpy_pad_check {
|
||||
|
||||
/* Defined fully in iso9660_private.h */
|
||||
typedef struct iso_primary_descriptor iso9660_pvd_t;
|
||||
typedef struct iso_directory_record iso_directory_record_t;
|
||||
typedef struct iso_directory_record iso9660_dir_t;
|
||||
|
||||
char *
|
||||
iso9660_strncpy_pad(char dst[], const char src[], size_t len,
|
||||
@@ -127,14 +127,14 @@ iso9660_pathtable_m_add_entry (void *pt, const char name[], uint32_t extent,
|
||||
uint16_t parent);
|
||||
|
||||
uint8_t
|
||||
iso9660_get_dir_len(const iso_directory_record_t *idr);
|
||||
iso9660_get_dir_len(const iso9660_dir_t *idr);
|
||||
|
||||
#if FIXME
|
||||
uint8_t
|
||||
iso9660_get_dir_size(const iso_directory_record_t *idr);
|
||||
iso9660_get_dir_size(const iso9660_dir_t *idr);
|
||||
|
||||
lsn_t
|
||||
iso9660_get_dir_extent(const iso_directory_record_t *idr);#
|
||||
iso9660_get_dir_extent(const iso9660_dir_t *idr);#
|
||||
#endif
|
||||
|
||||
uint8_t
|
||||
|
||||
Reference in New Issue
Block a user