remove redundant declarations

This commit is contained in:
christos 2001-02-04 22:55:26 +00:00
parent 11c1f60120
commit a132b86864
2 changed files with 2 additions and 6 deletions

View File

@ -36,7 +36,7 @@
#include <sys/wait.h>
#endif
RCSID("$Id: kadm_conn.c,v 1.2 2000/08/06 06:48:50 thorpej Exp $");
RCSID("$Id: kadm_conn.c,v 1.3 2001/02/04 22:55:26 christos Exp $");
struct kadm_port {
char *port;
@ -91,7 +91,6 @@ parse_ports(krb5_context context, const char *str)
}
static pid_t pgrp;
sig_atomic_t term_flag, doing_useful_work;
static RETSIGTYPE
sigchld(int sig)

View File

@ -33,7 +33,7 @@
#include "kadmin_locl.h"
RCSID("$Id: kadmind.c,v 1.3 2000/12/19 21:31:11 nathanw Exp $");
RCSID("$Id: kadmind.c,v 1.4 2001/02/04 22:55:26 christos Exp $");
static char *config_file;
static char *keyfile;
@ -80,9 +80,6 @@ usage(int ret)
exit (ret);
}
krb5_error_code
kadmind_loop (krb5_context, krb5_auth_context, krb5_keytab, int);
int
main(int argc, char **argv)
{