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 #define PARANOIA
extern char *telnet_get_pty(int socket); extern char *telnet_get_pty(int socket);
extern int telnet_pty_initialize(); extern int telnet_pty_initialize(void);
extern int telnet_pty_finalize();
struct shell_args { struct shell_args {
char *devname; char *devname;
@@ -74,7 +73,7 @@ typedef union uni_sa {
static int sockpeername(int sock, char *buf, int bufsz); static int sockpeername(int sock, char *buf, int bufsz);
static int initialize_telnetd(); static int initialize_telnetd(void);
static int telnetd_askForPassword; static int telnetd_askForPassword;
void * telnetd_dflt_spawn( void * telnetd_dflt_spawn(