Merge branch 'jc/rebase-limit'
[git.git] / cache.h
diff --git a/cache.h b/cache.h
index cd58fad..d7f5bde 100644 (file)
--- 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 */