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

Diff for /src/usr.bin/mail/extern.h between version 1.4 and 1.5

version 1.4, 1997/03/29 03:01:45 version 1.5, 1997/05/30 08:51:37
Line 130 
Line 130 
 int      file __P((void *));  int      file __P((void *));
 struct grouphead *  struct grouphead *
          findgroup __P((char []));           findgroup __P((char []));
 void     findmail __P((char *, char *));  void     findmail __P((char *, char *, int));
 int      first __P((int, int));  int      first __P((int, int));
 void     fixhead __P((struct header *, struct name *));  void     fixhead __P((struct header *, struct name *));
 void     fmt __P((char *, struct name *, FILE *, int));  void     fmt __P((char *, struct name *, FILE *, int));
Line 139 
Line 139 
 void     free_child __P((int));  void     free_child __P((int));
 int      from __P((void *));  int      from __P((void *));
 off_t    fsize __P((FILE *));  off_t    fsize __P((FILE *));
 int      getfold __P((char *));  int      getfold __P((char *, int));
 int      gethfield __P((FILE *, char [], int, char **));  int      gethfield __P((FILE *, char [], int, char **));
 int      getmsglist __P((char *, int *, int));  int      getmsglist __P((char *, int *, int));
 int      getrawlist __P((char [], char **, int));  int      getrawlist __P((char [], char **, int));

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5