aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/dict/dict.h
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2007-08-22 09:00:26 -0400
committerRuss Cox <rsc@swtch.com>2007-08-22 09:00:26 -0400
commitebda53e16b473c6ad8df070edd6f58e2e1e10994 (patch)
tree97b3ef1ba2cd5bb632487a3f42322da11d3a13f9 /src/cmd/dict/dict.h
parent841d71b5c6be4851572a60c5a9f9dd239ea69e56 (diff)
parent841d71b5c6be4851572a60c5a9f9dd239ea69e56 (diff)
downloadplan9port-ebda53e16b473c6ad8df070edd6f58e2e1e10994.tar.gz
plan9port-ebda53e16b473c6ad8df070edd6f58e2e1e10994.tar.bz2
plan9port-ebda53e16b473c6ad8df070edd6f58e2e1e10994.zip
merge
Diffstat (limited to 'src/cmd/dict/dict.h')
-rw-r--r--src/cmd/dict/dict.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/dict/dict.h b/src/cmd/dict/dict.h
index bf7a80c3..43597674 100644
--- a/src/cmd/dict/dict.h
+++ b/src/cmd/dict/dict.h
@@ -115,6 +115,7 @@ void outnl(int);
void outpiece(char *, char *);
void runescpy(Rune*, Rune*);
long runetol(Rune*);
+char *dictfile(char*);
long oednextoff(long);
void oedprintentry(Entry, int);