summaryrefslogtreecommitdiff
path: root/word.h
AgeCommit message (Collapse)AuthorFilesLines
2009-08-24Export words to XML.Jon Bergli Heier1-0/+2
2009-08-15Added a hash table to keep track of words.Jon Bergli Heier1-0/+17
Moved the sdbm hash function into sdbm.c. Init and free users and words inside the channel loop. Increased the size of the user hash table to 1000.