diff options
author | pixel <pixel> | 2004-01-03 15:04:46 +0000 |
---|---|---|
committer | pixel <pixel> | 2004-01-03 15:04:46 +0000 |
commit | a422d1dcda810b2f129a9a5213f3f4b440be4bbc (patch) | |
tree | a0735a7f3c61f398fc13a45466ded187904bbe21 /includes/isobuilder.h | |
parent | 24ae6e6865351db7d3a9e58340e5a2684912544f (diff) |
Highly started work on mips disassembler + various little fixes.
Diffstat (limited to 'includes/isobuilder.h')
-rw-r--r-- | includes/isobuilder.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/isobuilder.h b/includes/isobuilder.h index e073500..3a5de00 100644 --- a/includes/isobuilder.h +++ b/includes/isobuilder.h @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: isobuilder.h,v 1.8 2003-12-11 16:53:42 pixel Exp $ */ +/* $Id: isobuilder.h,v 1.9 2004-01-03 15:04:47 pixel Exp $ */ #ifndef __ISOBUILDER_H__ #define __ISOBUILDER_H__ @@ -87,7 +87,7 @@ class isobuilder : public Base { static PVD createpvd(Handle *); static PVD createpvd(cdutils *); static PVD createpvd(Byte *); - void close(Handle * cue = 0, int mode = -1) throw (GeneralException); + void close(Handle * cue = 0, int mode = -1, int nsects = -1) throw (GeneralException); private: Handle * w; int sector, nsectors; |