From d94afaa0e1bc2d50c68d562f4b5751cd469fa4cb Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 17 Sep 2019 22:28:43 +0100 Subject: make the gtk_search structure private to teh gtk search object --- content/handlers/html/search.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/handlers') 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; -- cgit v1.2.3