lseek() needs to be added to the end to ensure ABI compatibility.

This commit is contained in:
Vreixo Formoso
2008-03-08 21:48:03 +01:00
parent d455f9b540
commit 648941cb15
3 changed files with 24 additions and 23 deletions

View File

@ -825,11 +825,11 @@ IsoFileSourceIface ifs_class = {
ifs_open,
ifs_close,
ifs_read,
ifs_lseek,
ifs_readdir,
ifs_readlink,
ifs_get_filesystem,
ifs_free
ifs_free,
ifs_lseek
};
/**