diff options
Diffstat (limited to 'lib/sisfile.cpp')
-rw-r--r-- | lib/sisfile.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/sisfile.cpp b/lib/sisfile.cpp index ec8adb8..634266f 100644 --- a/lib/sisfile.cpp +++ b/lib/sisfile.cpp @@ -28,6 +28,12 @@ #include <stdio.h> SisRC +SISFile::compareApp(SISFile* other) +{ + return m_header.compareApp(&other->m_header); +} + +SisRC SISFile::fillFrom(uint8_t* buf, off_t len) { int ix = 0; |