diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-07-17 07:21:22 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-07-17 07:21:22 +0200 |
commit | a78f5f8a3d72fc18c9bb734e066f45e9a3be5ab0 (patch) | |
tree | b1259e1089a2287f5e35d7c52f2ff3365bb6ba3c /sys/src/cmd/mothra/mothra.h | |
parent | 05c11fefe0c633ab061b9f69180593ed9cf073a2 (diff) |
mothra: handle relative urls in <base> tag
Diffstat (limited to 'sys/src/cmd/mothra/mothra.h')
-rw-r--r-- | sys/src/cmd/mothra/mothra.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/mothra/mothra.h b/sys/src/cmd/mothra/mothra.h index ecae06972..e56b11ea7 100644 --- a/sys/src/cmd/mothra/mothra.h +++ b/sys/src/cmd/mothra/mothra.h @@ -102,5 +102,6 @@ void mkfieldpanel(Rtext *); void geturl(char *, int, int, int); int urlpost(Url*, char*); int urlget(Url*, int); +int urlresolve(Url *); char version[]; Mouse mouse; |