diff options
Diffstat (limited to 'lib/sisfile.h')
| -rw-r--r-- | lib/sisfile.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/lib/sisfile.h b/lib/sisfile.h index 02e400b..cae00ee 100644 --- a/lib/sisfile.h +++ b/lib/sisfile.h @@ -40,6 +40,9 @@ class SISFile  public:  	/**  	 * Populate the fields. +	 * +	 * @param buf The buffer to read from. +	 * @param len The length of the buffer.  	 */  	SisRC fillFrom(uint8_t* buf, off_t len); | 
