[BACK]Return to send.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mail

Diff for /src/usr.bin/mail/send.c between version 1.9 and 1.10

version 1.9, 1997/11/14 00:23:57 version 1.10, 2000/04/26 15:47:31
Line 59 
Line 59 
  * prefix is a string to prepend to each output line.   * prefix is a string to prepend to each output line.
  */   */
 int  int
 send(mp, obuf, doign, prefix)  sendmessage(mp, obuf, doign, prefix)
         struct message *mp;          struct message *mp;
         FILE *obuf;          FILE *obuf;
         struct ignoretab *doign;          struct ignoretab *doign;

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10