summaryrefslogtreecommitdiff
path: root/metaentry.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 /metaentry.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 'metaentry.h')
-rw-r--r--metaentry.h2
1 files changed, 2 insertions, 0 deletions
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 */