Add lladdend function and use in makewordlist.
authorJonathan McDowell <noodles@earth.li>
Thu, 21 Oct 2004 14:47:44 +0000 (14:47 +0000)
committerJonathan McDowell <noodles@earth.li>
Thu, 21 Oct 2004 14:47:44 +0000 (14:47 +0000)
commit01c34102a1d2f1aefaa1bf3c4fb95ba46c46b551
treebdf40ebd8e2b571939476c8045e36c8f7b35650d
parentbe024aa68a513a2a85a7cddb28de4664b0b96144
Add lladdend function and use in makewordlist.
Add a new function that adds an object to the end of a linked list.
We make use of this in makewordlist, which means we search for keys
containing words from the start of the email address first, rather than
starting with the words at the end. When you're dealing with TLDs like
com, net, org this makes a big difference, as you don't end up with a
huge list from the first word you try.
ll.c
ll.h
wordlist.c