summaryrefslogtreecommitdiff
path: root/gtk/scaffolding.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/scaffolding.h')
-rw-r--r--gtk/scaffolding.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/scaffolding.h b/gtk/scaffolding.h
index 07433bffa..7d21a68d7 100644
--- a/gtk/scaffolding.h
+++ b/gtk/scaffolding.h
@@ -26,6 +26,7 @@ struct bitmap;
struct hlcache_handle;
struct gui_window;
struct gui_search_web_table;
+struct nsurl;
extern struct gui_search_web_table *nsgtk_search_web_table;
@@ -235,7 +236,7 @@ nserror nsgtk_scaffolding_new_tab(struct gui_window *gw);
/* core acessors */
void gui_window_set_title(struct gui_window *g, const char *title);
-nserror gui_window_set_url(struct gui_window *g, const char *url);
+nserror gui_window_set_url(struct gui_window *g, struct nsurl *url);
void gui_window_start_throbber(struct gui_window *g);
void gui_window_stop_throbber(struct gui_window *g);