summaryrefslogtreecommitdiff
path: root/src/apk_database.h
diff options
context:
space:
mode:
authorTimo Teras <timo.teras@iki.fi>2009-08-04 15:19:29 +0300
committerTimo Teras <timo.teras@iki.fi>2009-08-04 15:19:29 +0300
commit1fea5639b455ae4267a7dc17ef19b8d2506978b0 (patch)
treeb02744d22dd0c762bf4b3d6e57b5229f223d8f29 /src/apk_database.h
parentec2ade154289ce587eab3375445a33cad992c234 (diff)
downloadapk-tools-1fea5639b455ae4267a7dc17ef19b8d2506978b0.tar.gz
apk-tools-1fea5639b455ae4267a7dc17ef19b8d2506978b0.tar.bz2
apk-tools-1fea5639b455ae4267a7dc17ef19b8d2506978b0.tar.xz
apk-tools-1fea5639b455ae4267a7dc17ef19b8d2506978b0.zip
fix: new applet to reinstall and fix package
also makes it possibly to upgrade package without adding it to top-level deps. fixes #69.
Diffstat (limited to 'src/apk_database.h')
-rw-r--r--src/apk_database.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/apk_database.h b/src/apk_database.h
index 094725d..1ded91e 100644
--- a/src/apk_database.h
+++ b/src/apk_database.h
@@ -63,6 +63,7 @@ struct apk_db_dir_instance {
};
#define APK_NAME_TOPLEVEL 0x0001
+#define APK_NAME_REINSTALL 0x0002
struct apk_name {
apk_hash_node hash_node;