wok diff linld/stuff/src/ISO9660.H @ rev 23797

linld: fix argstr
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 23 18:02:24 2020 +0000 (2020-05-23)
parents 8b9f768b711e
children a946c1651082
line diff
     1.1 --- a/linld/stuff/src/ISO9660.H	Wed Jun 19 17:26:14 2019 +0200
     1.2 +++ b/linld/stuff/src/ISO9660.H	Sat May 23 18:02:24 2020 +0000
     1.3 @@ -29,7 +29,7 @@
     1.4  #define	isofilesize isostate.filesize
     1.5  #define	isofilemod isostate.filemod
     1.6  #define	isofilename isostate.filename
     1.7 -extern _fastcall long isolseek(const unsigned long *offset);
     1.8 +extern _fastcall void isolseek(const unsigned long *offset);
     1.9  extern _fastcall int isoreadsector(const unsigned long *offset);
    1.10  extern _fastcall int isoreset(char *name);
    1.11  extern _fastcall int isoopen(const char *name);