X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=cache.h;h=2e36cc5b8b28859a9e2322893789a27b9057a7be;hb=bd321bcc51e95f644ac5335abe673afcbcaade62;hp=d776016822a8fed78358c7dccc334ee576302a36;hpb=1a7141ff28e217312da4b289127875905c6ec479;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 */