summaryrefslogtreecommitdiff
path: root/content/handlers/html/search.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-09-17 22:28:43 +0100
committerVincent Sanders <vince@kyllikki.org>2019-09-17 22:28:43 +0100
commit15e24488cb8721dc8d07c260e30aa8e4490e1369 (patch)
tree12d1a3343f983678447f56135ad569214ee6cc37 /content/handlers/html/search.c
parent62d884a3c6658f3efbcf02516295a4d08260bdc4 (diff)
downloadnetsurf-15e24488cb8721dc8d07c260e30aa8e4490e1369.tar.gz
netsurf-15e24488cb8721dc8d07c260e30aa8e4490e1369.tar.bz2
make the gtk_search structure private to teh gtk search object
Diffstat (limited to 'content/handlers/html/search.c')
-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;