Add more generated files to .gitignore
[git.git] / cache.h
diff --git a/cache.h b/cache.h
index d776016..2e36cc5 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -413,4 +413,5 @@ static inline int sane_case(int x, int high)
        return x;
 }
 
+extern int copy_fd(int ifd, int ofd);
 #endif /* CACHE_H */