X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=cache.h;h=2e36cc5b8b28859a9e2322893789a27b9057a7be;hb=6d0de319d6249096fe934317e937177d07b1b84f;hp=d776016822a8fed78358c7dccc334ee576302a36;hpb=2b2dabc29f53c5835868029585000ee487cf6cbb;p=git.git diff --git a/cache.h b/cache.h index d7760168..2e36cc5b 100644 --- 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 */