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

Diff for /src/usr.bin/less/option.h between version 1.8 and 1.9

version 1.8, 2015/11/09 04:10:57 version 1.9, 2015/11/23 09:23:08
Line 60 
Line 60 
         int otype;              /* Type of the option */          int otype;              /* Type of the option */
         int odefault;           /* Default value */          int odefault;           /* Default value */
         int *ovar;              /* Pointer to the associated variable */          int *ovar;              /* Pointer to the associated variable */
         void (*ofunc)();        /* Pointer to special handling function */          void (*ofunc)(int, char *); /* Pointer to special handling function */
         char *odesc[3];         /* Description of each value */          char *odesc[3];         /* Description of each value */
 };  };

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9