wok-next view syslinux/stuff/iso2exe/iso9660.h @ rev 18670
taziso, iso2exe.sh: add custom config support ; awstat-hotspot, awesome, avant-window-navigator: update pre/post_install
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Dec 04 21:23:22 2015 +0100 (2015-12-04) |
parents | |
children |
line source
1 #ifndef __ISO9660_H
2 #define __ISO9660_H
3 extern char *isofilename;
4 extern unsigned long isofileofs, isofilesize;
5 extern unsigned short isofilemod;
6 extern int isofd;
7 extern int isoreset(char *name);
8 extern int isoopen(char *name);
9 extern int isoreaddir(int restart);
10 extern int isoread(char *data, unsigned size);
11 #define isolabel() do { isofileofs=0x8028; isofilesize=32; } while (0)
12 #endif