diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-06-18 21:26:28 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-06-18 21:26:28 +0200 |
commit | ae311094ad8f95c1ff5d06a8edd865579175922d (patch) | |
tree | d7054a1bed19d471b37a798ef48fd12397d875ae /sys/src/cmd/mothra/mothra.h | |
parent | 9428062b551f78a6a0bf0625568604d79d2ba632 (diff) |
mothra/webfs: multipart/form-data and file upload support
Diffstat (limited to 'sys/src/cmd/mothra/mothra.h')
-rw-r--r-- | sys/src/cmd/mothra/mothra.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/src/cmd/mothra/mothra.h b/sys/src/cmd/mothra/mothra.h index 532d4de6b..ecae06972 100644 --- a/sys/src/cmd/mothra/mothra.h +++ b/sys/src/cmd/mothra/mothra.h @@ -96,10 +96,11 @@ void freeform(void *p); int Ufmt(Fmt *f); #pragma varargck type "U" char* void message(char *, ...); -int snooptype(int fd); +int filetype(int, char *, int); +int snooptype(int); void mkfieldpanel(Rtext *); void geturl(char *, int, int, int); int urlpost(Url*, char*); int urlget(Url*, int); char version[]; - +Mouse mouse; |