about summary refs log tree commit diff stats
path: root/xombrero.h
diff options
context:
space:
mode:
authorTodd T. Fries <todd@fries.net>2012-08-08 11:04:09 -0500
committerTodd T. Fries <todd@fries.net>2012-08-08 11:04:09 -0500
commit34456aad5080dd830ff4af982e7ec1d4dcde2622 (patch)
treebeb54640a9f6106f7ffe56d588e378ae5f3b631c /xombrero.h
parentd01adf2fd22f8121f2996c1d61aae83505e2a0e7 (diff)
downloadxombrero-34456aad5080dd830ff4af982e7ec1d4dcde2622.tar.gz
breakout deeply nested function and comment soup session
soup session will be exploded in about:allthethings once the warnings
associated with exploding it are fixed
Diffstat (limited to 'xombrero.h')
-rw-r--r--xombrero.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xombrero.h b/xombrero.h
index d5da4d9..eb4e6e3 100644
--- a/xombrero.h
+++ b/xombrero.h
@@ -924,6 +924,8 @@ extern SoupSession	*session;
 extern GtkNotebook	*notebook;
 extern GtkListStore	*completion_model;
 extern uint64_t		blocked_cookies;
+extern GtkWidget	*main_window;
+extern SoupSession	*session;
 
 extern void	(*_soup_cookie_jar_add_cookie)(SoupCookieJar *, SoupCookie *);