1 /* This file is Copyright 1993 by Clifford A. Adams */
2 /* scmd.h
3  *
4  * Scan command interpreter/router
5  */
6 
7 /* DON'T EDIT BELOW THIS LINE OR YOUR CHANGES WILL BE LOST! */
8 
9 void s_go_bot _((void));
10 int s_finish_cmd _((char*));
11 int s_cmdloop _((void));
12 void s_lookahead _((void));
13 int s_docmd _((void));
14 bool s_match_description _((long));
15 long s_forward_search _((long));
16 long s_backward_search _((long));
17 void s_search _((void));
18 void s_jumpnum _((char_int));
19