]> code.citadel.org Git - citadel.git/blobdiff - citadel/commands.h
* added RCS Id keyword strings to sources
[citadel.git] / citadel / commands.h
index eeb984dd20d34e1c634f43dd8784aa95f217cbd7..eb57ef5d526eefdf7048633c25945f8f6dd2788a 100644 (file)
@@ -1,3 +1,4 @@
+/* $Id$ */
 void load_command_set(void);
 void sttybbs(int cmd);
 void newprompt(char *prompt, char *str, int len);
@@ -12,3 +13,4 @@ void send_ansi_detect(void);
 void look_for_ansi(void);
 int inkey(void);
 void set_keepalives(int s);
+extern int enable_color;