diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-08-01 14:55:33 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-08-01 14:55:33 +0200 |
commit | 71c57070c61d58f9ba41a511ed3790201bedead7 (patch) | |
tree | 273fa8b300878dea3ddffb2f49d0b41ecf81b0e2 /sys/src/cmd/mothra/html.h | |
parent | fe5ede9792e3b4bbed05c10c534c8050e4208233 (diff) |
mothra: enable compiler warnings and type checking, cleanup
Diffstat (limited to 'sys/src/cmd/mothra/html.h')
-rw-r--r-- | sys/src/cmd/mothra/html.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/src/cmd/mothra/html.h b/sys/src/cmd/mothra/html.h index b32dd0b5c..7393f6e6f 100644 --- a/sys/src/cmd/mothra/html.h +++ b/sys/src/cmd/mothra/html.h @@ -225,3 +225,7 @@ void endform(Hglob *); char *pl_getattr(Pair *, char *); int pl_hasattr(Pair *, char *); void pl_htmloutput(Hglob *, int, char *, Field *); + +#pragma incomplete Form +#pragma incomplete Field + |