summaryrefslogtreecommitdiff
path: root/dir.h
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2015-03-08 10:12:34 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-03-12 20:45:16 (GMT)
commitf9e6c649589e0940ccb82821107fb658277ed86b (patch)
tree4cc39b9f9bfbdc35ed6e996b6f9c1fdded2b1d55 /dir.h
parent83c094ad0dd2104adbbec034f802dceb1d052981 (diff)
downloadgit-f9e6c649589e0940ccb82821107fb658277ed86b.zip
git-f9e6c649589e0940ccb82821107fb658277ed86b.tar.gz
git-f9e6c649589e0940ccb82821107fb658277ed86b.tar.bz2
untracked cache: load from UNTR index extension
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'dir.h')
-rw-r--r--dir.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dir.h b/dir.h
index dc3ee0b..40a679a 100644
--- a/dir.h
+++ b/dir.h
@@ -298,5 +298,7 @@ static inline int dir_path_match(const struct dir_entry *ent,
has_trailing_dir);
}
+void free_untracked_cache(struct untracked_cache *);
+struct untracked_cache *read_untracked_extension(const void *data, unsigned long sz);
void write_untracked_extension(struct strbuf *out, struct untracked_cache *untracked);
#endif