diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-08-01 13:06:24 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-08-01 13:06:24 +0200 |
commit | b408b386e1b996a8b5e6041e68c1801547b4487e (patch) | |
tree | 9a94efe65fed50e2064320ade62772231ad79bbe /sys/src/cmd/mothra/mothra.h | |
parent | d6fb42f496c6053598907ce2cbb0b6536a25d201 (diff) |
mothra: cleanup url handling
Diffstat (limited to 'sys/src/cmd/mothra/mothra.h')
-rw-r--r-- | sys/src/cmd/mothra/mothra.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/src/cmd/mothra/mothra.h b/sys/src/cmd/mothra/mothra.h index 80d79269c..0d4553cf8 100644 --- a/sys/src/cmd/mothra/mothra.h +++ b/sys/src/cmd/mothra/mothra.h @@ -82,6 +82,7 @@ void plrdhtml(char *, int, Www *); void plrdplain(char *, int, Www *); void htmlerror(char *, int, char *, ...); /* user-supplied routine */ void seturl(Url *, char *, char *); +void freeurl(Url *); Url *selurl(char *); void getpix(Rtext *, Www *); ulong countpix(void *p); @@ -99,6 +100,7 @@ int filetype(int, char *, int); int snooptype(int); void mkfieldpanel(Rtext *); void geturl(char *, int, int, int); +char *urlstr(Url *); int urlpost(Url*, char*); int urlget(Url*, int); int urlresolve(Url *); |