summaryrefslogtreecommitdiff
path: root/sys/src/cmd/mothra/mothra.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2012-07-17 07:21:22 +0200
committercinap_lenrek <cinap_lenrek@gmx.de>2012-07-17 07:21:22 +0200
commita78f5f8a3d72fc18c9bb734e066f45e9a3be5ab0 (patch)
treeb1259e1089a2287f5e35d7c52f2ff3365bb6ba3c /sys/src/cmd/mothra/mothra.h
parent05c11fefe0c633ab061b9f69180593ed9cf073a2 (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.h1
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;