Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Roberts <braddr@puremagic.com>2005-05-15 06:04:25 +0400
committerPetr Baudis <xpasky@machine.sinus.cz>2005-05-15 14:26:25 +0400
commit5d728c8411a092f80171f787b5409d98978690c7 (patch)
tree0e04912f5efbc654765ce9b7fba5d824ab74b6b9 /cache.h
parent127cfd0d2f1db6ef690e01aafd1c660ea1c82499 (diff)
Rename cache_match_stat() to ce_match_stat()
Signed-off-by: Brad Roberts <braddr@puremagic.com> Signed-off-by: Petr Baudis <pasky@ucw.cz>
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cache.h b/cache.h
index 7696766dde..3eb97e7cc0 100644
--- a/cache.h
+++ b/cache.h
@@ -129,7 +129,7 @@ extern int add_cache_entry(struct cache_entry *ce, int option);
extern int remove_entry_at(int pos);
extern int remove_file_from_cache(char *path);
extern int same_name(struct cache_entry *a, struct cache_entry *b);
-extern int cache_match_stat(struct cache_entry *ce, struct stat *st);
+extern int ce_match_stat(struct cache_entry *ce, struct stat *st);
extern int index_fd(unsigned char *sha1, int fd, struct stat *st);
#define MTIME_CHANGED 0x0001