diff options
Diffstat (limited to 'metaentry.h')
-rw-r--r-- | metaentry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/metaentry.h b/metaentry.h index fe3351a..3b2f2a1 100644 --- a/metaentry.h +++ b/metaentry.h @@ -52,7 +52,7 @@ struct metahash { struct metaentry *mentry_create(const char *path); /* Recurses opath and adds metadata entries to the metaentry list */ -void mentries_recurse_path(const char *opath, struct metahash **mhash); +void mentries_recurse_path(const char *opath, struct metahash **mhash, bool git); /* Stores a metaentry list to a file */ void mentries_tofile(const struct metahash *mhash, const char *path); |