summaryrefslogtreecommitdiff
path: root/includes/isobuilder.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/isobuilder.h')
-rw-r--r--includes/isobuilder.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/includes/isobuilder.h b/includes/isobuilder.h
index a18e64d..16a3a4d 100644
--- a/includes/isobuilder.h
+++ b/includes/isobuilder.h
@@ -64,12 +64,11 @@ class isobuilder : public Base {
DirTree * Brother();
DirTree * Find(const String &);
private:
- int buildpath_r(Byte * data, int size, int current_level, int level_to_dump, bool bigendian) throw (GeneralException);
+ int buildpath_r(int * n, Byte * data, int size, int current_level, int level_to_dump, bool bigendian) throw (GeneralException);
int maxlevel(int current_level = 1);
DirTree * father, * child, * brother;
bool dir;
int node;
- int numerate(int);
};
isobuilder(Handle * w, int mode = MODE2_FORM1);
~isobuilder();