summaryrefslogtreecommitdiff
path: root/sys/src/cmd/mothra/mothra.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2012-06-18 08:00:36 +0200
committercinap_lenrek <cinap_lenrek@gmx.de>2012-06-18 08:00:36 +0200
commitff0e3e6a00aa5243c401d9e440a19c148c39a3c8 (patch)
tree284cd63cef2389e62b1637d18d3d83ab468fd84f /sys/src/cmd/mothra/mothra.h
parent90b38f03a528f2a1e1b76b69f77bff3cb43b5524 (diff)
mothra: refactor form submit code
Diffstat (limited to 'sys/src/cmd/mothra/mothra.h')
-rw-r--r--sys/src/cmd/mothra/mothra.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/src/cmd/mothra/mothra.h b/sys/src/cmd/mothra/mothra.h
index 697d4f309..532d4de6b 100644
--- a/sys/src/cmd/mothra/mothra.h
+++ b/sys/src/cmd/mothra/mothra.h
@@ -93,6 +93,8 @@ void *emalloc(int);
void *emallocz(int, int);
void nstrcpy(char *to, char *from, int len);
void freeform(void *p);
+int Ufmt(Fmt *f);
+#pragma varargck type "U" char*
void message(char *, ...);
int snooptype(int fd);
void mkfieldpanel(Rtext *);
@@ -100,3 +102,4 @@ void geturl(char *, int, int, int);
int urlpost(Url*, char*);
int urlget(Url*, int);
char version[];
+