summaryrefslogtreecommitdiff
path: root/src/attrcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/attrcache.h')
-rw-r--r--src/attrcache.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/attrcache.h b/src/attrcache.h
index f528911ea..4b1d5ce31 100644
--- a/src/attrcache.h
+++ b/src/attrcache.h
@@ -34,7 +34,8 @@ extern int git_attr_cache__get(
git_attr_file_source source,
const char *base,
const char *filename,
- git_attr_file_parser parser);
+ git_attr_file_parser parser,
+ bool allow_macros);
extern bool git_attr_cache__is_cached(
git_repository *repo,