Merge branch 'ab/t3070-test-dedup'
[gitweb.git] / sub-process.h
index a88e782bfc8bdbb3b8c651940019e01a9161a8f3..7d451e1cde8d8a5af93695d2fcaf58e76e30ec84 100644 (file)
@@ -44,6 +44,6 @@ static inline struct child_process *subprocess_get_child_process(
  * key/value pairs and return the value from the last "status" packet
  */
 
-void subprocess_read_status(int fd, struct strbuf *status);
+int subprocess_read_status(int fd, struct strbuf *status);
 
 #endif