diff options
Diffstat (limited to 'option.h')
| -rw-r--r-- | option.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -63,6 +63,7 @@ struct loption int odefault; /* Default value */ int *ovar; /* Pointer to the associated variable */ void (*ofunc)(int, constant char*); /* Pointer to special handling function */ + lessmsg_id odescid[3]; /* lmsg id for description of each value */ constant char *odesc[3]; /* Description of each value */ }; |
