1/* rt-select.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_dogroups _((void));
8static int univ_read _((UNIV_ITEM*));
9static void sel_display _((void));
10static void sel_status_msg _((char*));
11static char sel_input _((void));
12static void sel_prompt _((void));
13static bool select_item _((SEL_UNION));
14static bool delay_return_item _((SEL_UNION));
15static bool deselect_item _((SEL_UNION));
16static bool select_option _((int));
17static void sel_cleanup _((void));
18static bool mark_DEL_as_READ _((char*,int));
19static int sel_command _((char_int));
20static bool sel_perform_change _((long,char*));
21static char another_command _((char_int));
22static int article_commands _((char_int));
23static int newsgroup_commands _((char_int));
24static int addgroup_commands _((char_int));
25static int multirc_commands _((char_int));
26static int option_commands _((char_int));
27static int universal_commands _((char_int));
28static void switch_dmode _((char**));
29static int find_line _((int));
30