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. --- metaentry.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'metaentry.h') diff --git a/metaentry.h b/metaentry.h index f402bc7..666c5af 100644 --- a/metaentry.h +++ b/metaentry.h @@ -92,4 +92,6 @@ void mentries_compare(struct metahash *mhashreal, int cmp), msettings *st); +void mentries_dump(struct metahash *mhash); + #endif /* METAENTRY_H */ -- cgit v1.2.1