void initializeindex(); void indexbodytext(const char* bodytext, int lineNumber); void indexcomment(const char* commenttext); int simplify_tag(char* tag_text); typedef struct wordnode { char* word; int firstline; int density; struct wordnode* next; } wordlist; wordlist* orphanindex();