summaryrefslogtreecommitdiff
path: root/word.h
AgeCommit message (Collapse)AuthorFilesLines
2010-01-08Fixed compiler warnings.Jon Bergli Heier1-1/+1
Upgraded word_t's count to long long.
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.