summaryrefslogtreecommitdiff
path: root/atari
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-07-06 19:36:12 +0100
committerVincent Sanders <vince@kyllikki.org>2014-07-06 19:36:12 +0100
commit07f1ae746145022fb07ecb9e9163c013f432d13f (patch)
tree9c42968747ed81601b93b5463136b31bcacbb876 /atari
parent3a9fa29ee53bef70a0e643847acc2fb374501f70 (diff)
downloadnetsurf-07f1ae746145022fb07ecb9e9163c013f432d13f.tar.gz
netsurf-07f1ae746145022fb07ecb9e9163c013f432d13f.tar.bz2
fixup missing includes
Diffstat (limited to 'atari')
-rw-r--r--atari/toolbar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/atari/toolbar.h b/atari/toolbar.h
index be4bd038e..284376fcb 100644
--- a/atari/toolbar.h
+++ b/atari/toolbar.h
@@ -26,6 +26,7 @@
#include "desktop/browser.h"
struct s_toolbar;
+struct nsurl;
enum toolbar_textarea {
URL_INPUT_TEXT_AREA = 1
@@ -76,7 +77,7 @@ OBJECT *toolbar_get_form(struct s_toolbar *tb);
struct textarea *toolbar_get_textarea(struct s_toolbar *tb,
enum toolbar_textarea which);
char *toolbar_get_url(struct s_toolbar *tb);
-nsurl * toolbar_get_nsurl(struct s_toolbar * tb);
+struct nsurl * toolbar_get_nsurl(struct s_toolbar * tb);
void toolbar_set_throbber_state(struct s_toolbar *tb, bool active);
void toolbar_set_attached(struct s_toolbar *tb, bool attached);
void toolbar_set_visible(struct s_toolbar *tb, short area, bool visible);