diff options
Diffstat (limited to 'kerberosIV/include')
-rw-r--r-- | kerberosIV/include/kerberosIV/krb.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/kerberosIV/include/kerberosIV/krb.h b/kerberosIV/include/kerberosIV/krb.h index f2865abd95a..feb2c798205 100644 --- a/kerberosIV/include/kerberosIV/krb.h +++ b/kerberosIV/include/kerberosIV/krb.h @@ -1,4 +1,4 @@ -/* $Id: krb.h,v 1.2 1995/12/14 08:43:42 tholo Exp $ */ +/* $Id: krb.h,v 1.3 1996/06/02 05:04:16 tholo Exp $ */ /*- * Copyright 1987, 1988 by the Student Information Processing Board @@ -332,9 +332,6 @@ struct tm *k_localtime __P((u_int32_t *)); /* --- Random prototypes */ #include <sys/types.h> /* to get u_char */ -/* Host address comparison */ -int krb_equiv __P((u_int32_t, u_int32_t)); - /* Password conversion */ void mit_string_to_key __P((char *str, char *cell, des_cblock *key)); void afs_string_to_key __P((char *str, char *cell, des_cblock *key)); |