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/sistypes.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/sistypes.h') diff --git a/lib/sistypes.h b/lib/sistypes.h index 12f237b..a5d008f 100644 --- a/lib/sistypes.h +++ b/lib/sistypes.h @@ -32,6 +32,12 @@ enum SisRC { SIS_OK = 0, SIS_TRUNCATED, SIS_CORRUPTED, + SIS_FAILED, + SIS_ABORTED, + SIS_DIFFERENT_APP, + SIS_VER_EARLIER, + SIS_SAME_OR_LATER, + SIS_OTHER_VARIANT, }; extern uint16_t read16(uint8_t* p); -- cgit v1.2.3