[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.12 and 1.13

version 1.12, 2003/06/03 02:56:11 version 1.13, 2003/06/25 15:13:32
Line 108 
Line 108 
 struct cmd {  struct cmd {
         char    *c_name;                /* Name of command */          char    *c_name;                /* Name of command */
         union {          union {
                 int     (*c_func0)();  
                 int     (*c_func1)(void *);                  int     (*c_func1)(void *);
                 int     (*c_func2)(void *, void *);                  int     (*c_func2)(void *, void *);
         } cfunc;                        /* Implementor of the command */          } cfunc;                        /* Implementor of the command */

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13