diff options
author | BurnZeZ <devnull@localhost> | 2018-12-26 04:47:22 +0000 |
---|---|---|
committer | BurnZeZ <devnull@localhost> | 2018-12-26 04:47:22 +0000 |
commit | c650a7db0cb5a60286c4dbd0d24423eddcb7e0e3 (patch) | |
tree | bf2e13950eacbe35b3ec6e015b28a3338687c2a5 /sys/src/cmd/tcs/conv.h | |
parent | 27921a1ba0e70a9f6c01f174d69749c689f625b5 (diff) |
tcs: clean up old port code, and avoid writing 0 to stdout
Diffstat (limited to 'sys/src/cmd/tcs/conv.h')
-rw-r--r-- | sys/src/cmd/tcs/conv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/tcs/conv.h b/sys/src/cmd/tcs/conv.h index 628500af8..4c84cabbe 100644 --- a/sys/src/cmd/tcs/conv.h +++ b/sys/src/cmd/tcs/conv.h @@ -15,6 +15,7 @@ void uksc_in(int fd, long *notused, struct convert *out); void uksc_out(Rune *base, int n, long *notused); void html_in(int fd, long *notused, struct convert *out); void html_out(Rune *base, int n, long *notused); +void unhtml_in(int fd, long *notused, struct convert *out); void tune_in(int fd, long *notused, struct convert *out); void tune_out(Rune *base, int n, long *notused); |