aboutsummaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-09-15 22:44:31 -0700
committerJunio C Hamano <gitster@pobox.com>2012-09-15 22:58:21 -0700
commit357e9c69c9069b2764d1b58d0074945f8a33ff09 (patch)
tree91dc50a0cf55df7b403c8b49b04df3eb65d5f99e /cache.h
parentea03a8e181261b5efda10376ff160dc8df084104 (diff)
downloadgit-357e9c69c9069b2764d1b58d0074945f8a33ff09.tar.gz
git-357e9c69c9069b2764d1b58d0074945f8a33ff09.tar.xz
read-cache.c: mark a private file-scope symbol as static
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cache.h b/cache.h
index c9739d4d4..032f6711c 100644
--- a/cache.h
+++ b/cache.h
@@ -442,7 +442,6 @@ extern int discard_index(struct index_state *);
extern int unmerged_index(const struct index_state *);
extern int verify_path(const char *path);
extern struct cache_entry *index_name_exists(struct index_state *istate, const char *name, int namelen, int igncase);
-extern int index_name_stage_pos(const struct index_state *, const char *name, int namelen, int stage);
extern int index_name_pos(const struct index_state *, const char *name, int namelen);
#define ADD_CACHE_OK_TO_ADD 1 /* Ok to add */
#define ADD_CACHE_OK_TO_REPLACE 2 /* Ok to replace file/directory */