From 96df5969b11b9a64f95c0c28347154b06cfc9d15 Mon Sep 17 00:00:00 2001 From: Adam Spragg Date: Mon, 16 May 2022 14:25:16 +0100 Subject: Add -r/--format option to pick the format to save as Only version 0 is supported here. --- 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 d5f209d..a6de66b 100644 --- a/src/metaentry.h +++ b/src/metaentry.h @@ -61,7 +61,7 @@ void mentries_recurse_path(const char *opath, struct metahash **mhash, msettings *st); /* Stores a metaentry list to a file */ -void mentries_tofile(const struct metahash *mhash, const char *path); +void mentries_tofile(const struct metahash *mhash, const char *path, int format); /* Creates a metaentry list from a file */ void mentries_fromfile(struct metahash **mhash, const char *path); -- cgit v1.2.1