X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/177f020f122827214159c46dcfe7ded1e3c8d1c3..c576ad2674c37a1c63f004c71049998f38854c64:/h/addrsbr.h diff --git a/h/addrsbr.h b/h/addrsbr.h index fac8318f..a9e98978 100644 --- a/h/addrsbr.h +++ b/h/addrsbr.h @@ -42,7 +42,7 @@ int ismymbox(struct mailname *); * Enable Email Address Internationalization, which requires * support of 8-bit addresses. */ -void enable_eai(); +void enable_eai(void); /* * Parse an address header, and return a sequence of email addresses. @@ -102,7 +102,7 @@ char *auxformat(struct mailname *mp, int extras); * * This function used to have an argument called 'wanthost' which would * control whether or not it would canonicalize hostnames in email - * addresses. This functionalit was removed for nmh 1.5, and eventually + * addresses. This functionality was removed for nmh 1.5, and eventually * all of the code that used this argument was garbage collected. */ struct mailname *getm(char *str, char *dfhost, int dftype, char *eresult,