diff options
author | corvid <corvid@lavabit.com> | 2011-09-09 22:46:26 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-09-09 22:46:26 +0000 |
commit | 385da8286ca8f001a6f734dd322e5957ba50b63b (patch) | |
tree | cb8efd5ffe7330e923c46dfd417f0c77356856a3 /src/web.hh | |
parent | 453b40b9ac2cab77f711286a0d7bd05197ec9499 (diff) |
tiny a_Web_new() cleanup
Diffstat (limited to 'src/web.hh')
-rw-r--r-- | src/web.hh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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, |