summaryrefslogtreecommitdiff
path: root/option.h
diff options
context:
space:
mode:
Diffstat (limited to 'option.h')
-rw-r--r--option.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/option.h b/option.h
index a5daf7e26a62..333ecb4610a1 100644
--- a/option.h
+++ b/option.h
@@ -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 */
};