summaryrefslogtreecommitdiff
path: root/sys/src/cmd/htmlfmt/dat.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2014-05-12 02:38:53 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2014-05-12 02:38:53 +0200
commit679b092ee02429b444b3e8995f6db11b42008dad (patch)
treeb5d9321c93474ca4c8c356cac87034386c63f666 /sys/src/cmd/htmlfmt/dat.h
parent66f76c28212d3a25d4b039de2ce817fc74c5ca1e (diff)
htmlfmt: use uhtml for character set conversion
Diffstat (limited to 'sys/src/cmd/htmlfmt/dat.h')
-rw-r--r--sys/src/cmd/htmlfmt/dat.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/src/cmd/htmlfmt/dat.h b/sys/src/cmd/htmlfmt/dat.h
index f3b05605c..b23b2125a 100644
--- a/sys/src/cmd/htmlfmt/dat.h
+++ b/sys/src/cmd/htmlfmt/dat.h
@@ -28,12 +28,10 @@ struct URLwin
extern char* url;
extern int aflag;
extern int width;
-extern int defcharset;
extern char* loadhtml(int);
extern char* readfile(char*, char*, int*);
-extern int charset(char*);
extern void* emalloc(ulong);
extern char* estrdup(char*);
extern char* estrstrdup(char*, char*);