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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/tree_url_node.h b/desktop/tree_url_node.h
index 4bee73ebc..fbecf7f28 100644
--- a/desktop/tree_url_node.h
+++ b/desktop/tree_url_node.h
@@ -27,7 +27,7 @@
#include "desktop/tree.h"
-void tree_url_node_init(void);
+void tree_url_node_init(const char *folder_icon_name);
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);