diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2022-09-28 21:05:42 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2022-11-11 18:18:53 +0000 |
| commit | c5f61889ead0826e807a252da83c0a930aedb834 (patch) | |
| tree | 8212a842335eee780082cef7fdbc039f7a85c5c6 /usr.bin | |
| parent | e66a9d0570d2f0eb6e1b16b423dc9d07a04eecd4 (diff) | |
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/mail/extern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mail/extern.h b/usr.bin/mail/extern.h index 55b412306cdb..aa31733dd26a 100644 --- a/usr.bin/mail/extern.h +++ b/usr.bin/mail/extern.h @@ -153,7 +153,7 @@ int isdate(char *); int isdir(char *); int isfileaddr(char *); int ishead(char *); -int isign(const char *, struct ignoretab []); +int isign(const char *, struct ignoretab [2]); int isprefix(const char *, const char *); void istrncpy(char *, const char *, size_t); const struct cmd * |
