Add missing prototypes.

Remove unused local declations.
This commit is contained in:
Ralf Corsepius
2008-08-02 06:34:08 +00:00
parent f031251cee
commit c0cc9859bc

View File

@@ -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(