mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
Add missing prototypes.
Remove unused local declations.
This commit is contained in:
@@ -57,8 +57,7 @@
|
||||
#define PARANOIA
|
||||
|
||||
extern char *telnet_get_pty(int socket);
|
||||
extern int telnet_pty_initialize();
|
||||
extern int telnet_pty_finalize();
|
||||
extern int telnet_pty_initialize(void);
|
||||
|
||||
struct shell_args {
|
||||
char *devname;
|
||||
@@ -74,7 +73,7 @@ typedef union uni_sa {
|
||||
|
||||
static int sockpeername(int sock, char *buf, int bufsz);
|
||||
|
||||
static int initialize_telnetd();
|
||||
static int initialize_telnetd(void);
|
||||
static int telnetd_askForPassword;
|
||||
|
||||
void * telnetd_dflt_spawn(
|
||||
|
||||
Reference in New Issue
Block a user