Outside of commands.c, calls to ctdl_getline() have been replaced with more appropria...
[citadel.git] / citadel / textclient / screen.h
index d720b2514ae984040dbcbaf4f4db98be8e8b51f7..8e057964617e9097164efab34bdb2358ff833008 100644 (file)
@@ -26,7 +26,6 @@ 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;