collect some remote things into remote-utils

This commit is contained in:
K. Richard Pixley
1993-09-13 22:12:16 +00:00
parent 604633aeca
commit c6f494e8be
6 changed files with 1057 additions and 631 deletions

View File

@@ -353,9 +353,6 @@ extern char *current_directory;
extern unsigned input_radix;
extern unsigned output_radix;
/* Baud rate specified for communication with serial target systems. */
extern char *baud_rate;
/* Possibilities for prettyprint parameters to routines which print
things. Like enum language, this should be in value.h, but needs
to be here for the same reason. FIXME: If we can eliminate this