aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sislangrecord.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sislangrecord.h')
-rw-r--r--lib/sislangrecord.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/sislangrecord.h b/lib/sislangrecord.h
index e8dbd06..9a2b5e9 100644
--- a/lib/sislangrecord.h
+++ b/lib/sislangrecord.h
@@ -23,6 +23,8 @@
#ifndef _SISLANGRECORD_H
#define _SISLANGRECORD_H
+#include <sys/types.h>
+
#include "sistypes.h"
/**
@@ -36,7 +38,7 @@ public:
/**
* Populate the fields.
*/
- void fillFrom(uchar* buf, int* base);
+ SisRC fillFrom(uchar* buf, int* base, off_t len);
uint16 m_lang;
};