diff options
author | BurnZeZ <devnull@localhost> | 2018-12-26 04:51:35 +0000 |
---|---|---|
committer | BurnZeZ <devnull@localhost> | 2018-12-26 04:51:35 +0000 |
commit | ca10fccafe87bb3fe54d6ea8de36f16a03bbcbc2 (patch) | |
tree | dd63bdf35524b818a3f24e4cd12a377a0ca07a1a /sys/src/cmd/tcs | |
parent | c650a7db0cb5a60286c4dbd0d24423eddcb7e0e3 (diff) |
remove function prototype that leaked into last commit
Diffstat (limited to 'sys/src/cmd/tcs')
-rw-r--r-- | sys/src/cmd/tcs/conv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/cmd/tcs/conv.h b/sys/src/cmd/tcs/conv.h index 4c84cabbe..628500af8 100644 --- a/sys/src/cmd/tcs/conv.h +++ b/sys/src/cmd/tcs/conv.h @@ -15,7 +15,6 @@ 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); |