summaryrefslogtreecommitdiff
path: root/sys/src/cmd/mothra/html.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2015-08-01 14:55:33 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2015-08-01 14:55:33 +0200
commit71c57070c61d58f9ba41a511ed3790201bedead7 (patch)
tree273fa8b300878dea3ddffb2f49d0b41ecf81b0e2 /sys/src/cmd/mothra/html.h
parentfe5ede9792e3b4bbed05c10c534c8050e4208233 (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.h4
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
+