mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-22 20:16:54 +03:00
Squash warning -- this API appears to be unused
svn path=/trunk/netsurf/; revision=13632
This commit is contained in:
parent
73bfb6201e
commit
a45972a104
@ -2741,7 +2741,7 @@ void html_set_search(struct content *c, struct search_context *s)
|
||||
* \return content's search context, or NULL if none
|
||||
*/
|
||||
|
||||
static struct search_context *html_get_search(struct content *c)
|
||||
struct search_context *html_get_search(struct content *c)
|
||||
{
|
||||
html_content *html = (html_content *) c;
|
||||
|
||||
|
@ -117,6 +117,7 @@ void html_set_status(html_content *c, const char *extra);
|
||||
void html__redraw_a_box(struct content *c, struct box *box);
|
||||
|
||||
struct browser_window *html_get_browser_window(struct content *c);
|
||||
struct search_context *html_get_search(struct content *c);
|
||||
void html_set_search(struct content *c, struct search_context *s);
|
||||
|
||||
/* in render/html_redraw.c */
|
||||
|
Loading…
Reference in New Issue
Block a user