diff options
Diffstat (limited to 'src/apk_state.h')
-rw-r--r-- | src/apk_state.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/apk_state.h b/src/apk_state.h index ac51e5b..d89af98 100644 --- a/src/apk_state.h +++ b/src/apk_state.h @@ -15,9 +15,8 @@ #include "apk_database.h" #define APK_STATE_NOT_CONSIDERED 0 -#define APK_STATE_PREFER_UPGRADE 1 -#define APK_STATE_INSTALL 2 -#define APK_STATE_NO_INSTALL 3 +#define APK_STATE_INSTALL 1 +#define APK_STATE_NO_INSTALL 2 struct apk_change { struct list_head change_list; |