From 0ae3bfde8ad55c56c08d1795d41f01a9bab90c26 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 18 Aug 2013 17:17:41 +0100 Subject: Use extern on tree.c globals. (These go away when front ends can use the new treeview modules directly.) --- desktop/tree.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'desktop/tree.h') diff --git a/desktop/tree.h b/desktop/tree.h index 51fa67e8d..84d90f316 100644 --- a/desktop/tree.h +++ b/desktop/tree.h @@ -31,8 +31,9 @@ #include "image/bitmap.h" struct sslcert_session_data; -struct sslcert_session_data *ssl_current_session; -const char *tree_hotlist_path; + +extern struct sslcert_session_data *ssl_current_session; +extern const char *tree_hotlist_path; struct hlcache_handle; -- cgit v1.2.3