mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[option] const char *
This commit is contained in:
parent
1fb8547c94
commit
de2bf98680
@ -144,7 +144,7 @@ done_document_options(struct document_options *options)
|
|||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
toggle_document_option(struct session *ses, char *option_name)
|
toggle_document_option(struct session *ses, const char *option_name)
|
||||||
{
|
{
|
||||||
struct option *option;
|
struct option *option;
|
||||||
|
|
||||||
|
@ -191,7 +191,7 @@ int compare_opt(struct document_options *o1, struct document_options *o2);
|
|||||||
/** Increments the numeric value of the option identified by @a option_name,
|
/** Increments the numeric value of the option identified by @a option_name,
|
||||||
* resetting it to the minimum value when it is already at the maximum value,
|
* resetting it to the minimum value when it is already at the maximum value,
|
||||||
* and redraws the document. */
|
* and redraws the document. */
|
||||||
void toggle_document_option(struct session *ses, char *option_name);
|
void toggle_document_option(struct session *ses, const char *option_name);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user