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

Diff for /src/usr.bin/tip/Attic/tip.h between version 1.13 and 1.14

version 1.13, 2002/05/29 22:58:56 version 1.14, 2002/06/04 00:09:08
Line 170 
Line 170 
 typedef  typedef
         struct {          struct {
                 char    e_char;         /* char to match on */                  char    e_char;         /* char to match on */
                 char    e_flags;        /* experimental, priviledged */                  char    e_flags;        /* experimental, privileged */
                 char    *e_help;        /* help string */                  char    *e_help;        /* help string */
                 int     (*e_func)();    /* command */                  int     (*e_func)();    /* command */
         }          }
Line 178 
Line 178 
   
 #define NORM    00              /* normal protection, execute anyone */  #define NORM    00              /* normal protection, execute anyone */
 #define EXP     01              /* experimental, mark it with a `*' on help */  #define EXP     01              /* experimental, mark it with a `*' on help */
 #define PRIV    02              /* priviledged, root execute only */  #define PRIV    02              /* privileged, root execute only */
   
 extern int      vflag;          /* verbose during reading of .tiprc file */  extern int      vflag;          /* verbose during reading of .tiprc file */
 extern int      noesc;          /* no escape `~' char */  extern int      noesc;          /* no escape `~' char */

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