diff options
author | Daniel Brahneborg <basic@chello.se> | 2002-03-08 19:44:37 +0000 |
---|---|---|
committer | Daniel Brahneborg <basic@chello.se> | 2002-03-08 19:44:37 +0000 |
commit | 7378f5ddf46ef0317343ad310d703c4f4ff8d703 (patch) | |
tree | 5bdaf343a46d73c43dadc319d2806454097f6464 /lib/sisfile.cpp | |
parent | 0f623548115340cf5f2d39abf9098bf27b822b68 (diff) | |
download | plptools-7378f5ddf46ef0317343ad310d703c4f4ff8d703.tar.gz plptools-7378f5ddf46ef0317343ad310d703c4f4ff8d703.tar.bz2 plptools-7378f5ddf46ef0317343ad310d703c4f4ff8d703.zip |
Initial stuff for checking requisites and previous versions.
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; |