* Variable names, comments, documentation, etc... removed the acronym 'BBS'
[citadel.git] / citadel / commands.h
index 79c39809e492c2a5db52cc1a06da4de883a63bdc..cb8757516fe73ec4e62b980e69a1925fbc91eb65 100644 (file)
@@ -30,7 +30,7 @@
  * declarations
  */
 void load_command_set(void);
-void sttybbs(int cmd);
+void stty_ctdl(int cmd);
 void newprompt(char *prompt, char *str, int len);
 void strprompt(char *prompt, char *str, int len);
 int boolprompt(char *prompt, int prev_val);