summaryrefslogtreecommitdiff
path: root/desktop/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/tree.c')
-rw-r--r--desktop/tree.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/tree.c b/desktop/tree.c
index aa94c3baa..8a02cd2cf 100644
--- a/desktop/tree.c
+++ b/desktop/tree.c
@@ -182,6 +182,9 @@ struct tree {
#include "desktop/global_history.h"
#include "desktop/sslcert_viewer.h"
+struct sslcert_session_data *ssl_current_session = NULL;
+const char *tree_hotlist_path = NULL;
+
int treeview_inits;
static void treeview_test_redraw_request(struct core_window *cw, struct rect r)