ctdl_getline() is a mess. continued cleaning it up
authorArt Cancro <ajc@uncensored.citadel.org>
Thu, 19 Apr 2012 15:13:59 +0000 (11:13 -0400)
committerArt Cancro <ajc@uncensored.citadel.org>
Thu, 19 Apr 2012 15:13:59 +0000 (11:13 -0400)
citadel/textclient/screen.h

index 5107f1098fcb152516b25f50df5bb6bbe0785897..d720b2514ae984040dbcbaf4f4db98be8e8b51f7 100644 (file)
@@ -14,7 +14,6 @@
 
 void screen_new(void);
 int scr_printf(char *fmt, ...);
-void ctdl_getline(char *string, int lim);
 #define SCR_NOBLOCK 0
 #define SCR_BLOCK -1
 int scr_getc(int delay);
@@ -27,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;