/* rt-wumpus.h
*/
/* This software is copyrighted as detailed in the LICENSE file. */


/* DON'T EDIT BELOW THIS LINE OR YOUR CHANGES WILL BE LOST! */

void init_tree _((void));
ARTICLE* get_tree_artp _((int,int));
int tree_puts _((char*,ART_LINE,int));
int finish_tree _((ART_LINE));
void entire_tree _((ARTICLE*));
char thread_letter _((ARTICLE*));


syntax highlighted by Code2HTML, v. 0.9.1