summaryrefslogtreecommitdiff
path: root/desktop/tree_url_node.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/tree_url_node.h')
-rw-r--r--desktop/tree_url_node.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/tree_url_node.h b/desktop/tree_url_node.h
index fbecf7f28..6d62895e4 100644
--- a/desktop/tree_url_node.h
+++ b/desktop/tree_url_node.h
@@ -28,6 +28,7 @@
#include "desktop/tree.h"
void tree_url_node_init(const char *folder_icon_name);
+void tree_url_node_cleanup(void);
struct node *tree_create_URL_node(struct tree *tree,
struct node *parent, const char *url, const char *title,
tree_node_user_callback, void *callback_data);