]> code.citadel.org Git - citadel.git/blobdiff - citadel/commands.h
* The size constant "256" which shows up everywhere as a buffer size has now
[citadel.git] / citadel / commands.h
index b1335ad0ec5455583b23290b9bb31ad894959a4d..9a70678815c502c6719b9596c90727ce523039fb 100644 (file)
@@ -1,4 +1,7 @@
-/* $Id$ */
+/*
+ * $Id$
+ *
+ */
 
 /*
  * Colors for color() command
@@ -48,7 +51,16 @@ int yesno(void);
 int yesno_d(int d);
 void keyopt(char *);
 char keymenu(char *menuprompt, char *menustring);
+void async_ka_start(void);
+void async_ka_end(void);
+int checkpagin(int lp, int pagin, int height);
+char was_a_key_pressed(void);
+void pprintf(const char *format, ...);
+
+
 
 extern int num_urls;
-extern char urls[MAXURLS][256];
-extern char rc_url_cmd[256];
+extern char urls[MAXURLS][SIZ];
+extern char rc_url_cmd[SIZ];
+extern int lines_printed;
+extern int rc_remember_passwords;