X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcommands.h;h=cb8757516fe73ec4e62b980e69a1925fbc91eb65;hb=ca0714f168ab7cb7af8177e10941aa5c1fa3b09f;hp=79c39809e492c2a5db52cc1a06da4de883a63bdc;hpb=15036e4105019af481eab5a053d54df4033d8d1d;p=citadel.git diff --git a/citadel/commands.h b/citadel/commands.h index 79c39809e..cb8757516 100644 --- a/citadel/commands.h +++ b/citadel/commands.h @@ -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);