aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sislangrecord.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sislangrecord.h')
-rw-r--r--lib/sislangrecord.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/sislangrecord.h b/lib/sislangrecord.h
index 5aecd4a..4b6e7ae 100644
--- a/lib/sislangrecord.h
+++ b/lib/sislangrecord.h
@@ -35,10 +35,21 @@ public:
/**
* Populate the fields.
+ *
+ * @param buf The buffer to read from.
+ * @param base The index to start reading from, which is updated
+ * when the record is successfully read.
+ * @param len The length of the buffer.
*/
SisRC fillFrom(uint8_t* buf, int* base, off_t len);
+ /**
+ * The language number.
+ *
+ * @see langTable
+ */
uint16_t m_lang;
+
};
#endif