summaryrefslogtreecommitdiff
path: root/content/content_protected.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/content_protected.h')
-rw-r--r--content/content_protected.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/content_protected.h b/content/content_protected.h
index fd854a0bc..a1d6c7076 100644
--- a/content/content_protected.h
+++ b/content/content_protected.h
@@ -67,7 +67,7 @@ struct content_handler {
struct selection * (*get_selection)(struct content *c);
nserror (*clone)(const struct content *old, struct content **newc);
bool (*matches_quirks)(const struct content *c, bool quirks);
- content_type (*type)(lwc_string *mime_type);
+ content_type (*type)(void);
/** handler dependant content sensitive internal data interface. */
void * (*get_internal)(const struct content *c, void *context);