1/* rt-page.ih
2 */
3/* This software is copyrighted as detailed in the LICENSE file. */
4
5/* DON'T EDIT BELOW THIS LINE OR YOUR CHANGES WILL BE LOST! */
6
7static void sel_page_init _((void));
8static int count_subject_lines _((SUBJECT*,int*));
9static int count_thread_lines _((SUBJECT*,int*));
10static void display_article _((ARTICLE*,int,int));
11static void display_subject _((SUBJECT*,int,int));
12static void display_univ _((UNIV_ITEM*));
13static void display_group _((DATASRC*,char*,int,int));
14