summaryrefslogtreecommitdiff
path: root/sys/src/cmd/mothra/html.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@centraldogma>2011-09-20 00:38:28 +0200
committercinap_lenrek <cinap_lenrek@centraldogma>2011-09-20 00:38:28 +0200
commita31e4f61a4c9afb9696a7ff4ff09e02b3281a2f3 (patch)
treeb011661fc3c4e6f98d8ff53ce0b103a579853ff1 /sys/src/cmd/mothra/html.h
parente7df0daa66531eccb2d37f7b66e27d16c9ae4391 (diff)
uhtml: add html to unicode converter, used by mothra and page/html2ms
Diffstat (limited to 'sys/src/cmd/mothra/html.h')
-rw-r--r--sys/src/cmd/mothra/html.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/src/cmd/mothra/html.h b/sys/src/cmd/mothra/html.h
index f5462ceea..fb2aaabfa 100644
--- a/sys/src/cmd/mothra/html.h
+++ b/sys/src/cmd/mothra/html.h
@@ -192,8 +192,6 @@ enum{
ERR, /* tag must not occur */
};
Tag tag[];
-Entity pl_entity[];
-int pl_entities;
void rdform(Hglob *);
void endform(Hglob *);
char *pl_getattr(Pair *, char *);