plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

flfmt9660.h (134B)


      1 void iso9660init(int fd, Header *h, char*, int);
      2 void iso9660labels(Disk*, uchar*, void(*write)(int, u32int));
      3 void iso9660copy(Fs*);