aboutsummaryrefslogtreecommitdiff
path: root/src/web.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/web.hh')
-rw-r--r--src/web.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/web.hh b/src/web.hh
index d017903a..2c22edb5 100644
--- a/src/web.hh
+++ b/src/web.hh
@@ -36,7 +36,8 @@ struct _DilloWeb {
};
void a_Web_init(void);
-DilloWeb* a_Web_new (const DilloUrl* url, const DilloUrl *requester);
+DilloWeb* a_Web_new (BrowserWindow *bw, const DilloUrl* url,
+ const DilloUrl *requester);
int a_Web_valid(DilloWeb *web);
void a_Web_free (DilloWeb*);
int a_Web_dispatch_by_type (const char *Type, DilloWeb *web,