aboutsummaryrefslogtreecommitdiffstats
path: root/read-cache-ll.h
diff options
context:
space:
mode:
Diffstat (limited to 'read-cache-ll.h')
-rw-r--r--read-cache-ll.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/read-cache-ll.h b/read-cache-ll.h
index 2a50a784f0..e0e39607ef 100644
--- a/read-cache-ll.h
+++ b/read-cache-ll.h
@@ -1,7 +1,7 @@
#ifndef READ_CACHE_LL_H
#define READ_CACHE_LL_H
-#include "hash-ll.h"
+#include "hash.h"
#include "hashmap.h"
#include "statinfo.h"
@@ -480,8 +480,8 @@ extern int verify_ce_order;
int cmp_cache_name_compare(const void *a_, const void *b_);
int add_files_to_cache(struct repository *repo, const char *prefix,
- const struct pathspec *pathspec, int include_sparse,
- int flags);
+ const struct pathspec *pathspec, char *ps_matched,
+ int include_sparse, int flags);
void overlay_tree_on_index(struct index_state *istate,
const char *tree_name, const char *prefix);