]> git.ipfire.org Git - thirdparty/git.git/blobdiff - mailinfo.h
mailinfo: remove calls to exit() and die() deep in the callchain
[thirdparty/git.git] / mailinfo.h
index 1e97b737f3e326fe88de4577b41b095a8ce82de0..93776a7e05a68c49951e9e8e062c164c364d5d45 100644 (file)
@@ -31,6 +31,7 @@ struct mailinfo {
        struct strbuf **s_hdr_data;
 
        struct strbuf log_message;
+       int input_error;
 };
 
 extern void setup_mailinfo(struct mailinfo *);