Merge branch 'js/maint-1.6.0-path-normalize'
[git.git] / cache.h
diff --git a/cache.h b/cache.h
index d8ba693146640ccac688f9d07f9f5e7c332d3923..7f1a6e8bd05ec2998e94f8f1f134ec3759713667 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -627,7 +627,7 @@ int is_directory(const char *);
 const char *make_absolute_path(const char *path);
 const char *make_nonrelative_path(const char *path);
 const char *make_relative_path(const char *abs, const char *base);
-int normalize_absolute_path(char *buf, const char *path);
+int normalize_path_copy(char *dst, const char *src);
 int longest_ancestor_length(const char *path, const char *prefix_list);
 
 /* Read and unpack a sha1 file into memory, write memory to a sha1 file */