mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
[html] const target in put_link_line
This commit is contained in:
parent
b06dea5bed
commit
c05a10c9b0
@ -393,7 +393,7 @@ html_source(struct html_context *html_context, char *a,
|
||||
/* prefix can have entities in it, but linkname cannot. */
|
||||
void
|
||||
put_link_line(const char *prefix, const char *linkname,
|
||||
char *link, char *target,
|
||||
char *link, const char *target,
|
||||
struct html_context *html_context)
|
||||
{
|
||||
html_context->has_link_lines = 1;
|
||||
|
@ -10,7 +10,7 @@ extern "C" {
|
||||
|
||||
struct html_context;
|
||||
|
||||
void put_link_line(const char *prefix, const char *linkname, char *link, char *target, struct html_context *html_context);
|
||||
void put_link_line(const char *prefix, const char *linkname, char *link, const char *target, struct html_context *html_context);
|
||||
|
||||
element_handler_T html_a;
|
||||
element_handler_T html_applet;
|
||||
|
Loading…
x
Reference in New Issue
Block a user