Deleted Added
full compact
36c36
< __FBSDID("$FreeBSD: head/usr.bin/mail/edit.c 216370 2010-12-11 08:32:16Z joel $");
---
> __FBSDID("$FreeBSD: head/usr.bin/mail/edit.c 216564 2010-12-19 16:25:23Z charnier $");
52,53c52
< editor(msgvec)
< int *msgvec;
---
> editor(int *msgvec)
63,64c62
< visual(msgvec)
< int *msgvec;
---
> visual(int *msgvec)
76,78c74
< edit1(msgvec, type)
< int *msgvec;
< int type;
---
> edit1(int *msgvec, int type)
140,143c136
< run_editor(fp, size, type, readonly)
< FILE *fp;
< off_t size;
< int type, readonly;
---
> run_editor(FILE *fp, off_t size, int type, int readonly)