From 7c7eabdfc213636fa1f5a7fe7e457b20a8d7defd Mon Sep 17 00:00:00 2001 From: Przemyslaw Pawelczyk Date: Tue, 8 Sep 2015 01:08:32 +0200 Subject: 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. --- metastore.h | 1 + 1 file changed, 1 insertion(+) (limited to 'metastore.h') 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 -- cgit v1.2.1