1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Author: MartÃn Ferrari <martin.ferrari@gmail.com>
Description: This is surely a mistake in libcdio, as the name in not coherent with
the rest of the API. Nevertheless, this wasn't working as it was.
--- a/swig/perliso9660.swg
+++ b/swig/perliso9660.swg
@@ -546,8 +546,8 @@
Returns stat_t of entry if we found lsn, or NULL otherwise.
*/
-%rename iso9660_find_ifs_lsn ifs_find_lsn;
-IsoStat_t *iso9660_find_ifs_lsn(const iso9660_t *p_iso, lsn_t i_lsn);
+%rename iso9660_ifs_find_lsn ifs_find_lsn;
+IsoStat_t *iso9660_ifs_find_lsn(const iso9660_t *p_iso, lsn_t i_lsn);
#endif
|