From 7378f5ddf46ef0317343ad310d703c4f4ff8d703 Mon Sep 17 00:00:00 2001 From: Daniel Brahneborg Date: Fri, 8 Mar 2002 19:44:37 +0000 Subject: Initial stuff for checking requisites and previous versions. --- lib/sisfile.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/sisfile.cpp') diff --git a/lib/sisfile.cpp b/lib/sisfile.cpp index ec8adb8..634266f 100644 --- a/lib/sisfile.cpp +++ b/lib/sisfile.cpp @@ -27,6 +27,12 @@ #include +SisRC +SISFile::compareApp(SISFile* other) +{ + return m_header.compareApp(&other->m_header); +} + SisRC SISFile::fillFrom(uint8_t* buf, off_t len) { -- cgit v1.2.3