summaryrefslogtreecommitdiff
path: root/sys/src/cmd/mothra/mothra.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2012-06-18 21:26:28 +0200
committercinap_lenrek <cinap_lenrek@gmx.de>2012-06-18 21:26:28 +0200
commitae311094ad8f95c1ff5d06a8edd865579175922d (patch)
treed7054a1bed19d471b37a798ef48fd12397d875ae /sys/src/cmd/mothra/mothra.h
parent9428062b551f78a6a0bf0625568604d79d2ba632 (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.h5
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;