summaryrefslogtreecommitdiff
path: root/desktop/tree_url_node.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2013-05-18 16:38:03 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2013-05-18 16:38:03 +0100
commit36b40e219a8edc587d6a196af83c4b30a94f200b (patch)
treeb06d3bd3a52c5da23dec9b9e398435e406fdb118 /desktop/tree_url_node.h
parent034ba7c2f2077bbc4f20628971bf2b061031ff9f (diff)
downloadnetsurf-36b40e219a8edc587d6a196af83c4b30a94f200b.tar.gz
netsurf-36b40e219a8edc587d6a196af83c4b30a94f200b.tar.bz2
Get URL node icon
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 1f0231df1..bcbc19296 100644
--- a/desktop/tree_url_node.h
+++ b/desktop/tree_url_node.h
@@ -43,6 +43,7 @@ void tree_update_URL_node(struct tree *tree, struct node *node,
nsurl *url, const struct url_data *data);
const char *tree_url_node_get_title(struct node *node);
const char *tree_url_node_get_url(struct node *node);
+struct bitmap *tree_url_node_get_icon(struct node *node);
void tree_url_node_edit_title(struct tree *tree, struct node *node);
void tree_url_node_edit_url(struct tree *tree, struct node *node);