Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jt/send-email-validate-hook'
[gitweb.git]
/
sub-process.h
diff --git
a/sub-process.h
b/sub-process.h
index a88e782bfc8bdbb3b8c651940019e01a9161a8f3..7d451e1cde8d8a5af93695d2fcaf58e76e30ec84 100644
(file)
--- a/
sub-process.h
+++ b/
sub-process.h
@@
-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