summaryrefslogtreecommitdiff
path: root/desktop/browser.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/browser.h')
-rw-r--r--desktop/browser.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/desktop/browser.h b/desktop/browser.h
index b776b276f..cdf8395ff 100644
--- a/desktop/browser.h
+++ b/desktop/browser.h
@@ -457,6 +457,15 @@ void browser_window_set_selection(struct browser_window *bw,
struct selection *browser_window_get_selection(struct browser_window *bw);
+/**
+ * Dump debug info concerning the browser window's contents to file
+ *
+ * \param bw The browser window
+ * \param bw The file to dump to
+ */
+void browser_window_debug_dump(struct browser_window *bw, FILE *f);
+
+
/* In platform specific hotlist.c. */
void hotlist_visited(struct hlcache_handle *c);