aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sisfilerecord.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sisfilerecord.h')
-rw-r--r--lib/sisfilerecord.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/sisfilerecord.h b/lib/sisfilerecord.h
index 0f6526b..dbbbc49 100644
--- a/lib/sisfilerecord.h
+++ b/lib/sisfilerecord.h
@@ -39,6 +39,12 @@ 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.
+ * @param sisFile The container SISFile.
*/
SisRC fillFrom(uint8_t* buf, int* base, off_t len, SISFile* sisFile);