diff options
Diffstat (limited to 'option.h')
-rw-r--r-- | option.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/option.h b/option.h index 38e08f75aba3a..6adcdde27dbe6 100644 --- a/option.h +++ b/option.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1984-2016 Mark Nudelman + * Copyright (C) 1984-2017 Mark Nudelman * * You may distribute under the terms of either the GNU General Public * License or the Less License, as specified in the README file. @@ -60,7 +60,7 @@ struct loption int otype; /* Type of the option */ int odefault; /* Default value */ int *ovar; /* Pointer to the associated variable */ - void (*ofunc)(); /* Pointer to special handling function */ + void (*ofunc) LESSPARAMS((int, char*)); /* Pointer to special handling function */ char *odesc[3]; /* Description of each value */ }; |