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

Diff for /src/usr.bin/mail/def.h between version 1.1 and 1.2

version 1.1, 1995/10/18 08:45:38 version 1.2, 1996/06/11 12:53:36
Line 1 
Line 1 
   /*      $OpenBSD$       */
   /*      $NetBSD: def.h,v 1.8 1996/06/08 19:48:18 christos Exp $ */
 /*  /*
  * Copyright (c) 1980, 1993   * Copyright (c) 1980, 1993
  *      The Regents of the University of California.  All rights reserved.   *      The Regents of the University of California.  All rights reserved.
Line 30 
Line 32 
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF   * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.   * SUCH DAMAGE.
  *   *
  *      from: @(#)def.h 8.2 (Berkeley) 3/21/94   *      @(#)def.h       8.2 (Berkeley) 3/21/94
  *      $Id$   *      $NetBSD: def.h,v 1.8 1996/06/08 19:48:18 christos Exp $
  */   */
   
 /*  /*
Line 105 
Line 107 
  */   */
 struct cmd {  struct cmd {
         char    *c_name;                /* Name of command */          char    *c_name;                /* Name of command */
         int     (*c_func)();            /* Implementor of the command */          int     (*c_func) __P((void *));/* Implementor of the command */
         short   c_argtype;              /* Type of arglist (see below) */          short   c_argtype;              /* Type of arglist (see below) */
         short   c_msgflag;              /* Required flags of messages */          short   c_msgflag;              /* Required flags of messages */
         short   c_msgmask;              /* Relevant flags of messages */          short   c_msgmask;              /* Relevant flags of messages */

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