diff options
Diffstat (limited to '')
-rw-r--r-- | mailinfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mailinfo.h b/mailinfo.h index 1e97b737f3..93776a7e05 100644 --- a/mailinfo.h +++ b/mailinfo.h @@ -31,6 +31,7 @@ struct mailinfo { struct strbuf **s_hdr_data; struct strbuf log_message; + int input_error; }; extern void setup_mailinfo(struct mailinfo *); |