summaryrefslogtreecommitdiffstats
path: root/src/apk_defines.h
diff options
context:
space:
mode:
authorTimo Teras <timo.teras@iki.fi>2009-12-21 14:14:02 +0200
committerTimo Teras <timo.teras@iki.fi>2009-12-21 14:14:02 +0200
commitd0909569c639a033a6f1c47a95745886ebe3e093 (patch)
tree50443055a3c56324d7c43098d19a4a960cad6c30 /src/apk_defines.h
parent366e7d07ae20d18cfc5f9f12588a0371654f956a (diff)
downloadapk-tools-d0909569c639a033a6f1c47a95745886ebe3e093.tar.bz2
apk-tools-d0909569c639a033a6f1c47a95745886ebe3e093.tar.xz
apk: --overlay-from-stdin
get list of overlay files from stdin, so those do not get overwritten.
Diffstat (limited to 'src/apk_defines.h')
-rw-r--r--src/apk_defines.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/apk_defines.h b/src/apk_defines.h
index c0f4b0f..2e93151 100644
--- a/src/apk_defines.h
+++ b/src/apk_defines.h
@@ -65,6 +65,7 @@ extern unsigned int apk_flags;
#define APK_RECURSIVE_DELETE 0x0800
#define APK_NO_NETWORK 0x1000
#define APK_NEVER_OVERWRITE 0x2000
+#define APK_OVERLAY_FROM_STDIN 0x4000
#define apk_error(args...) do { apk_log("ERROR: ", args); } while (0)
#define apk_warning(args...) do { if (apk_verbosity > 0) { apk_log("WARNING: ", args); } } while (0)