[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.1 and 1.2

version 1.1, 1995/10/18 08:45:38 version 1.2, 1996/03/27 19:32:32
Line 1 
Line 1 
   /*      $OpenBSD$       */
   
 /*-  /*-
  * Copyright (c) 1992, 1993   * Copyright (c) 1992, 1993
  *      The Regents of the University of California.  All rights reserved.   *      The Regents of the University of California.  All rights reserved.
Line 156 
Line 158 
 int      isign __P((char *, struct ignoretab []));  int      isign __P((char *, struct ignoretab []));
 int      isprefix __P((char *, char *));  int      isprefix __P((char *, char *));
 void     istrcpy __P((char *, char *));  void     istrcpy __P((char *, char *));
 struct cmd *  const struct cmd *
          lex __P((char []));           lex __P((char []));
 void     load __P((char *));  void     load __P((char *));
 struct var *  struct var *

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2