author | R. Bernstein <rocky@users.noreply.github.com> | 2025年01月07日 20:19:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025年01月07日 20:19:29 -0500 |
commit | 34e701d72ec621615b72062c37c123ca104d7260 (patch) | |
tree | d5d936e26aa11b437ac9ad2b248d85f5171a9146 /include | |
parent | b5d1bf244900f84d2da0fc9053c729ddc8ee47a9 (diff) | |
parent | 2fbb1965ee47d47347b4b083c351d3f3b4b34e2b (diff) | |
download | libcdio-master.tar.gz |
-rw-r--r-- | include/cdio/iso9660.h | 1 |
diff --git a/include/cdio/iso9660.h b/include/cdio/iso9660.h index 4fa12bda..88f8de13 100644 --- a/include/cdio/iso9660.h +++ b/include/cdio/iso9660.h @@ -906,6 +906,7 @@ iso9660_dir_calc_record_size (unsigned int namelen, unsigned int su_len); lsn and return information about it. @param p_cdio the CD object to read from + @param i_lsn an lsn to find @return stat_t of entry if we found lsn, or NULL otherwise. Caller must free return value using iso9660_stat_free(). |