summaryrefslogtreecommitdiff
path: root/metastore.h
diff options
context:
space:
mode:
authorPrzemyslaw Pawelczyk <przemoc@gmail.com>2015-09-08 01:08:32 +0200
committerPrzemyslaw Pawelczyk <przemoc@gmail.com>2015-09-08 01:08:32 +0200
commit7c7eabdfc213636fa1f5a7fe7e457b20a8d7defd (patch)
tree9c829f026f6665f7fcf41663ba86c677ccebd427 /metastore.h
parentdbf59f5a730cdacd84d7dcf4416baec7f7546787 (diff)
Add action to dump metadata in human-readable form: -d / --dump.
metastore depends now on libbsd, because of strmode() function. This commit fixes issue #28.
Diffstat (limited to 'metastore.h')
-rw-r--r--metastore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/metastore.h b/metastore.h
index 9dbd19e..384808d 100644
--- a/metastore.h
+++ b/metastore.h
@@ -32,6 +32,7 @@
/* Utility defines for the action to take */
#define ACTION_APPLY 0x01
#define ACTION_DIFF 0x02
+#define ACTION_DUMP 0x04
#define ACTION_SAVE 0x10
#define ACTION_HELP 0x80