diff options
author | Adam Spragg <adam@spra.gg> | 2022-05-16 14:25:16 +0100 |
---|---|---|
committer | Adam Spragg <adam@spra.gg> | 2022-05-18 17:19:40 +0100 |
commit | 96df5969b11b9a64f95c0c28347154b06cfc9d15 (patch) | |
tree | d6e7caa88adb474e32acc4992dc1787b12e88878 /src/metaentry.h | |
parent | 0ae5e697e83fef2f200dfdcf16caebc8a15a9681 (diff) |
Add -r/--format option to pick the format to save as
Only version 0 is supported here.
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 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); |