From 7c0520451b071e77b4c432ed89fc7559b8c58138 Mon Sep 17 00:00:00 2001 From: Adam Spragg Date: Mon, 23 May 2022 15:00:28 +0100 Subject: Make "--no-mtime" apply to "dump" action --- src/metaentry.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/metaentry.h') diff --git a/src/metaentry.h b/src/metaentry.h index 6c97961..fd28c17 100644 --- a/src/metaentry.h +++ b/src/metaentry.h @@ -94,6 +94,6 @@ void mentries_compare(struct metahash *mhashreal, int cmp), msettings *st); -void mentries_dump(struct metahash *mhash); +void mentries_dump(struct metahash *mhash, int with_mtime); #endif /* METAENTRY_H */ -- cgit v1.2.1