From 83f9e707eba500d39c12b8078948b932706cdab2 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 9 May 2011 15:32:34 +0000 Subject: refactor content handler initilisation to use named initialisors svn path=/trunk/netsurf/; revision=12341 --- content/content_protected.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/content_protected.h') diff --git a/content/content_protected.h b/content/content_protected.h index 6659e2cd8..144136df4 100644 --- a/content/content_protected.h +++ b/content/content_protected.h @@ -46,7 +46,7 @@ struct content_handler { bool (*process_data)(struct content *c, const char *data, unsigned int size); - bool (*convert)(struct content *c); + bool (*data_complete)(struct content *c); void (*reformat)(struct content *c, int width, int height); void (*destroy)(struct content *c); void (*stop)(struct content *c); -- cgit v1.2.3