aboutsummaryrefslogtreecommitdiffstats
path: root/lib/siscomponentrecord.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/siscomponentrecord.h')
-rw-r--r--lib/siscomponentrecord.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/siscomponentrecord.h b/lib/siscomponentrecord.h
index f2bc734..1fc4ff3 100644
--- a/lib/siscomponentrecord.h
+++ b/lib/siscomponentrecord.h
@@ -50,7 +50,12 @@ public:
* @param len The length of the buffer, for range checking.
* @param sisFile The container sis file.
*/
- SisRC fillFrom(uint8_t* buf, int base, off_t len, SISFile* sisFile);
+ SisRC fillFrom(uint8_t* buf, int* base, off_t len, SISFile* sisFile);
+
+ /**
+ * Find out the end position for the last name in the file.
+ */
+ uint32_t getLastEnd();
/**
* Return the name for the given language.