summaryrefslogtreecommitdiff
path: root/sys/src/cmd/dict/dict.h
diff options
context:
space:
mode:
authorBurnZeZ <brz-9dev@feline.systems>2016-03-01 21:24:35 -0500
committerBurnZeZ <brz-9dev@feline.systems>2016-03-01 21:24:35 -0500
commitc6aa11d04e721aebe5cb2969166785fa37652cd7 (patch)
tree45a4ccb132ec6dad79c4aca1eb5f5483bd632612 /sys/src/cmd/dict/dict.h
parent2a5b2f4c76fe85aa37d5d99adc13f6d1f1e313e3 (diff)
dict: similar fixes, different files. also remove runescpy
Diffstat (limited to 'sys/src/cmd/dict/dict.h')
-rw-r--r--sys/src/cmd/dict/dict.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/cmd/dict/dict.h b/sys/src/cmd/dict/dict.h
index 9c24d765c..27efb1ec7 100644
--- a/sys/src/cmd/dict/dict.h
+++ b/sys/src/cmd/dict/dict.h
@@ -109,7 +109,6 @@ void outchar(int);
void outchars(char *);
void outnl(int);
void outpiece(char *, char *);
-void runescpy(Rune*, Rune*);
long runetol(Rune*);
long oednextoff(long);