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:
parent
d5ba0fec64
commit
72dee1adcf
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user