* added RCS Id keyword strings to sources
[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 fmout(int width, FILE *fp, char pagin, int height, int starting_lp,
7           char subst);
8 int getcmd(char *argbuf);
9 void display_help(char *name);
10 void color(int colornum);
11 void cls(int colornum);
12 void send_ansi_detect(void);
13 void look_for_ansi(void);
14 int inkey(void);
15 void set_keepalives(int s);
16 extern int enable_color;