1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-11-04 08:17:17 -05:00

[options] const void_dataptr

This commit is contained in:
Witold Filipczyk 2022-01-29 19:10:27 +01:00
parent d5ba0fec64
commit 72dee1adcf

View File

@ -460,7 +460,7 @@ struct option_init {
* ::OPT_CODEPAGE, ::OPT_COLOR, or ::OPT_ALIAS. NULL otherwise.
* This goes to option_value.string, or after some parsing to
* option_value.color or option_value.number. */
void *value_dataptr;
const void *value_dataptr;
/** The constant value of the option, if the #type is ::OPT_COMMAND.
* NULL otherwise. This goes to option_value.command. */