mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
[color] unsigned char * -> char *
This commit is contained in:
parent
1e91339a3a
commit
9a6a09450b
@ -78,7 +78,7 @@ get_color(struct html_context *html_context, char *a,
|
|||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
get_color2(struct html_context *html_context, unsigned char *value_value, color_T *rgb)
|
get_color2(struct html_context *html_context, char *value_value, color_T *rgb)
|
||||||
{
|
{
|
||||||
if (!use_document_fg_colors(html_context->options))
|
if (!use_document_fg_colors(html_context->options))
|
||||||
return -1;
|
return -1;
|
||||||
|
@ -212,7 +212,7 @@ void ln_break(struct html_context *html_context, int n);
|
|||||||
|
|
||||||
int get_color(struct html_context *html_context, char *a, char *c, color_T *rgb);
|
int get_color(struct html_context *html_context, char *a, char *c, color_T *rgb);
|
||||||
|
|
||||||
int get_color2(struct html_context *html_context, unsigned char *value_value, color_T *rgb);
|
int get_color2(struct html_context *html_context, char *value_value, color_T *rgb);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user