]> git.ipfire.org Git - thirdparty/git.git/blobdiff - sideband.h
sha1-file: split OBJECT_INFO_FOR_PREFETCH
[thirdparty/git.git] / sideband.h
index 2c4f021645bf9ffbfa43d178a0ba3df82e29c4b3..227740a58e58bd25c4625bc1963106542bd99779 100644 (file)
@@ -20,6 +20,7 @@ enum sideband_type {
  * progress messages split across multiple packets.
  */
 int demultiplex_sideband(const char *me, char *buf, int len,
+                        int die_on_error,
                         struct strbuf *scratch,
                         enum sideband_type *sideband_type);