summaryrefslogtreecommitdiff
path: root/src/apk_solver.h
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2020-08-24 15:26:25 +0300
committerTimo Teräs <timo.teras@iki.fi>2020-08-24 15:26:25 +0300
commite2afc7e7a9960eaf6cb40267bc1f39aa6638dccb (patch)
tree267888911a9f46b096e5c76689c6f1fbf5acea28 /src/apk_solver.h
parentf3cf824948f11cd7b9af4b7e7232c71b5e96d89b (diff)
downloadapk-tools-e2afc7e7a9960eaf6cb40267bc1f39aa6638dccb.tar.gz
apk-tools-e2afc7e7a9960eaf6cb40267bc1f39aa6638dccb.tar.bz2
apk-tools-e2afc7e7a9960eaf6cb40267bc1f39aa6638dccb.tar.xz
apk-tools-e2afc7e7a9960eaf6cb40267bc1f39aa6638dccb.zip
fix, simplify and document upgrade --ignore
Diffstat (limited to 'src/apk_solver.h')
-rw-r--r--src/apk_solver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apk_solver.h b/src/apk_solver.h
index 35ef4f8..c386b13 100644
--- a/src/apk_solver.h
+++ b/src/apk_solver.h
@@ -33,7 +33,7 @@ struct apk_changeset {
#define APK_SOLVERF_REINSTALL 0x0004
#define APK_SOLVERF_LATEST 0x0008
#define APK_SOLVERF_IGNORE_CONFLICT 0x0010
-#define APK_SOLVERF_IGNORE_UPGRADE 0x0020
+#define APK_SOLVERF_INSTALLED 0x0020
void apk_solver_set_name_flags(struct apk_name *name,
unsigned short solver_flags,