X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=cache.h;h=d7f5bdef07c9bb8ad24d3f60f4babbba1ddfa7bd;hb=cfba73c842105a0fc3ae9e6a7728bdb64d1a8215;hp=cd58fada152d7eaeb19a503ffa416ce46d803800;hpb=3acfbd7cf87b8a2d28dc8878d23c64994934d63e;p=git.git diff --git a/cache.h b/cache.h index cd58fada..d7f5bdef 100644 --- a/cache.h +++ b/cache.h @@ -350,6 +350,6 @@ extern int copy_fd(int ifd, int ofd); /* Finish off pack transfer receiving end */ extern int receive_unpack_pack(int fd[2], const char *me, int quiet); -extern int receive_keep_pack(int fd[2], const char *me); +extern int receive_keep_pack(int fd[2], const char *me, int quiet); #endif /* CACHE_H */