summaryrefslogtreecommitdiff
path: root/content/content_protected.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-08-20 16:03:45 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2012-08-20 16:03:45 +0100
commitdaf10f00a6c19ac279f53190bfaa39d04772809a (patch)
tree7d55924cb651a8131eac8320ce0760d3b03b9151 /content/content_protected.h
parent400ce416234e37889e2f2410f86d115373f39c82 (diff)
downloadnetsurf-daf10f00a6c19ac279f53190bfaa39d04772809a.tar.gz
netsurf-daf10f00a6c19ac279f53190bfaa39d04772809a.tar.bz2
API for content debug dump.
Diffstat (limited to 'content/content_protected.h')
-rw-r--r--content/content_protected.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content_protected.h b/content/content_protected.h
index a52a51be9..36a053b56 100644
--- a/content/content_protected.h
+++ b/content/content_protected.h
@@ -71,6 +71,7 @@ struct content_handler {
int scrx, int scry);
bool (*drop_file_at_point)(struct content *c, int x, int y,
char *file);
+ void (*debug_dump)(struct content *c, FILE *f);
nserror (*clone)(const struct content *old, struct content **newc);
bool (*matches_quirks)(const struct content *c, bool quirks);
content_type (*type)(void);