author | R. Bernstein <rocky@gnu.org> | 2024年01月09日 02:21:19 -0500 |
---|---|---|
committer | R. Bernstein <rocky@gnu.org> | 2024年01月09日 02:21:19 -0500 |
commit | 4ebc31bf828e3503891a201ecb6ef7e92ac52359 (patch) | |
tree | a86680695bd937effafefc390fae76b5764e54f3 /include/cdio/iso9660.h | |
parent | 5f797b27d1b73815f27c03e8ee9074e35e37f0e2 (diff) | |
download | libcdio-nvinsion234.tar.gz |
-rw-r--r-- | include/cdio/iso9660.h | 4 |
diff --git a/include/cdio/iso9660.h b/include/cdio/iso9660.h index f5eb09e2..4fa12bda 100644 --- a/include/cdio/iso9660.h +++ b/include/cdio/iso9660.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2003-2008, 2012-2013, 2017, 2023 + Copyright (C) 2003-2008, 2012-2013, 2017, 2023-2024 Rocky Bernstein <rocky@gnu.org> Copyright (C) 2000 Herbert Valerio Riedel <hvr@gnu.org> @@ -910,8 +910,8 @@ iso9660_dir_calc_record_size (unsigned int namelen, unsigned int su_len); @return stat_t of entry if we found lsn, or NULL otherwise. Caller must free return value using iso9660_stat_free(). */ -#define iso9660_fs_find_lsn iso9660_find_fs_lsn iso9660_stat_t *iso9660_fs_find_lsn(CdIo_t *p_cdio, lsn_t i_lsn); +iso9660_stat_t *iso9660_find_fs_lsn(CdIo_t *p_cdio, lsn_t i_lsn); /*! |