summaryrefslogtreecommitdiff
path: root/src/metaentry.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/metaentry.h')
-rw-r--r--src/metaentry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/metaentry.h b/src/metaentry.h
index a6de66b..6c97961 100644
--- a/src/metaentry.h
+++ b/src/metaentry.h
@@ -54,7 +54,7 @@ struct metahash {
};
/* Create a metaentry for the file/dir/etc at path */
-struct metaentry *mentry_create(const char *path);
+struct metaentry *mentry_create(const char *path, int with_mtime);
/* Recurses opath and adds metadata entries to the metaentry list */
void mentries_recurse_path(const char *opath, struct metahash **mhash,