]> git.cworth.org Git - wordgame/commit
Move private portions of dict from dict-impl.h back to dict.c
authorCarl Worth <cworth@raht.cworth.org>
Thu, 21 Sep 2006 09:02:39 +0000 (02:02 -0700)
committerCarl Worth <cworth@raht.cworth.org>
Thu, 21 Sep 2006 09:02:39 +0000 (02:02 -0700)
commit6717cd95edcf1332c81daaa6c608c293dc8ffb4a
treeb3a0864f19750207a31c5b634533c208877bc538
parentfa2eccd25e634f0d2c4de088dc4a881de9cbbb50
Move private portions of dict from dict-impl.h back to dict.c

This is the punch line in the recent series of commits which removed
trie_t and string_t code from grid.c. We now finally have a nice,
clean dict_t interface for new programs to use.
dict-impl.h [deleted file]
dict.c
dict.h
grid.c