summaryrefslogtreecommitdiff
path: root/includes/isobuilder.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/isobuilder.h')
-rw-r--r--includes/isobuilder.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/includes/isobuilder.h b/includes/isobuilder.h
index 9ced22c..c01406b 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.11 2004-11-27 21:47:53 pixel Exp $ */
+/* $Id: isobuilder.h,v 1.12 2004-12-17 11:48:41 pixel Exp $ */
#ifndef __ISOBUILDER_H__
#define __ISOBUILDER_H__
@@ -77,7 +77,8 @@ class isobuilder : public Base {
int getdispsect();
int putfile(Handle * file, int mode = -1, int sector = -1);
int putdatas(Byte * datas, size_t size, int mode = -1, int sector = -1);
- int createsector(Byte * datas, int mode = -1, int sector = -1);
+ int createsector(Byte * datas, int mode = -1, int sector = -1, int FN = -1, int CN = -1, int SM = -1, int CI = -1);
+ int createsector(Handle * file, int mode = -1, int sector = -1, int FN = -1, int CN = -1, int SM = -1, int CI = -1);
void setEOF();
void clearEOF();
DirTree * setbasics(PVD pvd, int rootsize = 1, int ptsize = 1, int nvd = 1, int rootsect = -1) throw (GeneralException);