mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
[html] const linkname in put_link_line
This commit is contained in:
parent
6c54425c39
commit
b06dea5bed
@ -392,7 +392,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, char *linkname,
|
||||
put_link_line(const char *prefix, const char *linkname,
|
||||
char *link, char *target,
|
||||
struct html_context *html_context)
|
||||
{
|
||||
|
@ -10,7 +10,7 @@ extern "C" {
|
||||
|
||||
struct html_context;
|
||||
|
||||
void put_link_line(const char *prefix, char *linkname, char *link, char *target, struct html_context *html_context);
|
||||
void put_link_line(const char *prefix, const char *linkname, char *link, char *target, struct html_context *html_context);
|
||||
|
||||
element_handler_T html_a;
|
||||
element_handler_T html_applet;
|
||||
|
Loading…
Reference in New Issue
Block a user