summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-09-17 22:28:43 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2019-09-21 10:53:41 +0100
commitd94afaa0e1bc2d50c68d562f4b5751cd469fa4cb (patch)
treefb4d5750607406a8b55de87994ba0cb579573819 /content
parente9b5b56ba61283901b8d04c0f84929664ee29bb3 (diff)
downloadnetsurf-d94afaa0e1bc2d50c68d562f4b5751cd469fa4cb.tar.gz
netsurf-d94afaa0e1bc2d50c68d562f4b5751cd469fa4cb.tar.bz2
make the gtk_search structure private to teh gtk search object
Diffstat (limited to 'content')
-rw-r--r--content/handlers/html/search.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/handlers/html/search.c b/content/handlers/html/search.c
index 9ba2957e4..e26510e6e 100644
--- a/content/handlers/html/search.c
+++ b/content/handlers/html/search.c
@@ -75,8 +75,8 @@ struct search_context {
/* Exported function documented in search.h */
-struct search_context * search_create_context(struct content *c,
- content_type type, void *gui_data)
+struct search_context *
+search_create_context(struct content *c, content_type type, void *gui_data)
{
struct search_context *context;
struct list_entry *search_head;