diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-05-25 10:52:10 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-05-25 10:52:10 +0200 |
commit | efc0780d866ae0590621b0d50bc413a517043bcd (patch) | |
tree | 9cc7a059f2edeef42bdfabe87d2055ce65a5acfd /sys/src/cmd/mothra/mothra.h | |
parent | 9f150d42a3019a16546b8f1a6ed029ee6d67f492 (diff) |
mothra: changes toward multipart/formdata
Diffstat (limited to 'sys/src/cmd/mothra/mothra.h')
-rw-r--r-- | sys/src/cmd/mothra/mothra.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/src/cmd/mothra/mothra.h b/sys/src/cmd/mothra/mothra.h index 230f91c32..697d4f309 100644 --- a/sys/src/cmd/mothra/mothra.h +++ b/sys/src/cmd/mothra/mothra.h @@ -83,11 +83,11 @@ void plrdhtml(char *, int, Www *); void plrdplain(char *, int, Www *); void htmlerror(char *, int, char *, ...); /* user-supplied routine */ void seturl(Url *, char *, char *); +Url *selurl(char *); void getpix(Rtext *, Www *); ulong countpix(void *p); void freepix(void *p); int pipeline(char *, int); -int urlopen(Url *, int, char *); void getfonts(void); void *emalloc(int); void *emallocz(int, int); @@ -96,5 +96,7 @@ void freeform(void *p); void message(char *, ...); int snooptype(int fd); void mkfieldpanel(Rtext *); -void geturl(char *, int, char *, int, int); +void geturl(char *, int, int, int); +int urlpost(Url*, char*); +int urlget(Url*, int); char version[]; |