]> code.citadel.org Git - citadel.git/blob - citadel/commands.h
*** empty log message ***
[citadel.git] / citadel / commands.h
1 /* $Id$ */
2 void load_command_set(void);
3 void sttybbs(int cmd);
4 void newprompt(char *prompt, char *str, int len);
5 void strprompt(char *prompt, char *str, int len);
6 int boolprompt(char *prompt, int prev_val);
7 int intprompt(char *prompt, int ival, int imin, int imax);
8 int fmout(int width, FILE *fp, char pagin, int height, int starting_lp,
9           char subst);
10 int getcmd(char *argbuf);
11 void display_help(char *name);
12 void color(int colornum);
13 void cls(int colornum);
14 void send_ansi_detect(void);
15 void look_for_ansi(void);
16 int inkey(void);
17 void set_keepalives(int s);
18 extern int enable_color;
19 int yesno(void);
20 int yesno_d(int d);