]> code.citadel.org Git - citadel.git/blobdiff - citadel/textclient/screen.h
ctdl_getline() is a mess. continued cleaning it up
[citadel.git] / citadel / textclient / screen.h
index 825a550a4d09a0ccd52669d6513767e500b8620e..d720b2514ae984040dbcbaf4f4db98be8e8b51f7 100644 (file)
@@ -1,5 +1,16 @@
-
-/* client code may need the ERR define: */
+/*
+ * client code may need the ERR define
+ *
+ * Copyright (c) 1987-2012 by the citadel.org team
+ *
+ *  This program is open source software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License version 3.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ */
 
 void screen_new(void);
 int scr_printf(char *fmt, ...);
@@ -15,6 +26,7 @@ void ctdl_beep(void);
 void scr_wait_indicator(int);
 extern char status_line[];
 extern void check_screen_dims(void);
+extern void ctdl_getline(char *string, int lim);
 
 extern int screenwidth;
 extern int screenheight;