aboutsummaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-09-15 22:38:28 -0700
committerJunio C Hamano <gitster@pobox.com>2012-09-15 22:58:21 -0700
commit72f3196a2db0f58b24acd2f9369c7f97d0d770d5 (patch)
tree790c265c1cabd78c2a54ad2df983d5420c4c8f4c /cache.h
parent96531a5ede7ede4397eb190411bc20256bca3e93 (diff)
downloadgit-72f3196a2db0f58b24acd2f9369c7f97d0d770d5.tar.gz
git-72f3196a2db0f58b24acd2f9369c7f97d0d770d5.tar.xz
symlinks.c: mark private file-scope symbols as static
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cache.h b/cache.h
index eb4a0316d..c9739d4d4 100644
--- a/cache.h
+++ b/cache.h
@@ -947,9 +947,7 @@ struct cache_def {
extern int has_symlink_leading_path(const char *name, int len);
extern int threaded_has_symlink_leading_path(struct cache_def *, const char *, int);
extern int check_leading_path(const char *name, int len);
-extern int threaded_check_leading_path(struct cache_def *cache, const char *name, int len);
extern int has_dirs_only_path(const char *name, int len, int prefix_len);
-extern int threaded_has_dirs_only_path(struct cache_def *cache, const char *name, int len, int prefix_len);
extern void schedule_dir_for_removal(const char *name, int len);
extern void remove_scheduled_dirs(void);