More useful/hinting error messages in git-checkout
[gitweb.git] / cache.h
diff --git a/cache.h b/cache.h
index bdbe2d683e18237e2a797573e45b9c38383eaf04..c255421ab96f1ca3ba1913e84d377ada003d04db 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -348,6 +348,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 */