1 /* tktree.h
2  */
3 
4 /*
5  * The authors make no claims as to the fitness or correctness of this software
6  * for any use whatsoever, and it is provided as is. Any use of this software
7  * is at the user's own risk.
8  */
9 
10 /* DON'T EDIT BELOW THIS LINE OR YOUR CHANGES WILL BE LOST! */
11 
12 void ttk_draw_tree _((ARTICLE*,int,int));
13 int ttk_tree_init _((void));
14