summaryrefslogtreecommitdiff
path: root/src/apk_package.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/apk_package.h')
-rw-r--r--src/apk_package.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/apk_package.h b/src/apk_package.h
index 3e50979..8998c7c 100644
--- a/src/apk_package.h
+++ b/src/apk_package.h
@@ -76,6 +76,8 @@ struct apk_installed_package {
struct apk_string_array *pending_triggers;
};
+#define APK_PKG_UNINSTALLABLE ((char*) -1)
+
struct apk_package {
apk_hash_node hash_node;
struct apk_name *name;