summaryrefslogtreecommitdiff
path: root/render/textplain.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/textplain.h')
-rw-r--r--render/textplain.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/render/textplain.h b/render/textplain.h
index 75e84b114..36b9a1898 100644
--- a/render/textplain.h
+++ b/render/textplain.h
@@ -48,5 +48,6 @@ int textplain_find_line(struct content *c, unsigned offset);
char *textplain_get_raw_data(struct content *c,
unsigned start, unsigned end, size_t *plen);
struct browser_window *textplain_get_browser_window(struct content *c);
+void textplain_set_search(struct content *c, struct search_context *s);
#endif