diff options
author | markm <markm@FreeBSD.org> | 1999-09-19 14:19:32 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1999-09-19 14:19:32 +0000 |
commit | fe83e8abf357ee11114856a5278bb38431a9517c (patch) | |
tree | 36ce70fe2e8419130e546c38a7790e8ab224a362 /crypto/kerberosIV/slave/slav_locl.h | |
parent | a8a89cfaf983bc64f4b42f7c35209a5a36dd0fe8 (diff) | |
download | FreeBSD-src-fe83e8abf357ee11114856a5278bb38431a9517c.zip FreeBSD-src-fe83e8abf357ee11114856a5278bb38431a9517c.tar.gz |
Clean import of KTH krb4-0.10.1.
Diffstat (limited to 'crypto/kerberosIV/slave/slav_locl.h')
-rw-r--r-- | crypto/kerberosIV/slave/slav_locl.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/crypto/kerberosIV/slave/slav_locl.h b/crypto/kerberosIV/slave/slav_locl.h index 760fb9d..50c19e6 100644 --- a/crypto/kerberosIV/slave/slav_locl.h +++ b/crypto/kerberosIV/slave/slav_locl.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. */ -/* $Id: slav_locl.h,v 1.11 1997/05/20 18:40:47 bg Exp $ */ +/* $Id: slav_locl.h,v 1.13 1998/06/13 00:07:00 assar Exp $ */ #ifndef __slav_locl_h #define __slav_locl_h @@ -86,6 +86,9 @@ #ifdef SOCKS #include <socks.h> +/* This doesn't belong here. */ +struct tm *localtime(const time_t *); +struct hostent *gethostbyname(const char *); #endif #include <roken.h> @@ -96,6 +99,8 @@ #include <prot.h> #include <kdc.h> +#include <krb_log.h> + #include "kprop.h" #endif /* __slav_locl_h */ |