diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-06-18 08:00:36 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-06-18 08:00:36 +0200 |
commit | ff0e3e6a00aa5243c401d9e440a19c148c39a3c8 (patch) | |
tree | 284cd63cef2389e62b1637d18d3d83ab468fd84f /sys/src/cmd/mothra/mothra.h | |
parent | 90b38f03a528f2a1e1b76b69f77bff3cb43b5524 (diff) |
mothra: refactor form submit code
Diffstat (limited to 'sys/src/cmd/mothra/mothra.h')
-rw-r--r-- | sys/src/cmd/mothra/mothra.h | 3 |
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[]; + |