=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/less/option.h,v retrieving revision 1.8 retrieving revision 1.9 diff -c -r1.8 -r1.9 *** src/usr.bin/less/option.h 2015/11/09 04:10:57 1.8 --- src/usr.bin/less/option.h 2015/11/23 09:23:08 1.9 *************** *** 60,65 **** int otype; /* Type of the option */ int odefault; /* Default value */ int *ovar; /* Pointer to the associated variable */ ! void (*ofunc)(); /* Pointer to special handling function */ char *odesc[3]; /* Description of each value */ }; --- 60,65 ---- int otype; /* Type of the option */ int odefault; /* Default value */ int *ovar; /* Pointer to the associated variable */ ! void (*ofunc)(int, char *); /* Pointer to special handling function */ char *odesc[3]; /* Description of each value */ };