diff options
author | Adam Spragg <adam@spra.gg> | 2022-05-23 15:00:28 +0100 |
---|---|---|
committer | Adam Spragg <adam@spra.gg> | 2022-05-24 10:12:33 +0100 |
commit | 7c0520451b071e77b4c432ed89fc7559b8c58138 (patch) | |
tree | 6516f87c94a67deabadc03a13eefeccb7a931b92 /src/metaentry.h | |
parent | 7292804c1bafd43389defc0d7b4352ada666d626 (diff) |
Make "--no-mtime" apply to "dump" action
Diffstat (limited to 'src/metaentry.h')
-rw-r--r-- | src/metaentry.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |