summaryrefslogtreecommitdiffstats
path: root/src/appl/telnet/libtelnet/auth-proto.h
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1994-06-10 18:33:58 +0000
committerTheodore Tso <tytso@mit.edu>1994-06-10 18:33:58 +0000
commit5ef43beff03aa2cd77c7248356b9cb2ae17137a1 (patch)
treef9077fa94dce77e857c0a690f9af55954703a131 /src/appl/telnet/libtelnet/auth-proto.h
parent62d4c19ae4464d001d5736b813d02286f2fe32ce (diff)
downloadkrb5-5ef43beff03aa2cd77c7248356b9cb2ae17137a1.tar.gz
krb5-5ef43beff03aa2cd77c7248356b9cb2ae17137a1.tar.xz
krb5-5ef43beff03aa2cd77c7248356b9cb2ae17137a1.zip
Updated telnet to be the 94.02.07 version, with some bugfixes
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3704 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/telnet/libtelnet/auth-proto.h')
-rw-r--r--src/appl/telnet/libtelnet/auth-proto.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/appl/telnet/libtelnet/auth-proto.h b/src/appl/telnet/libtelnet/auth-proto.h
index 0d3816783d..b93c9c266b 100644
--- a/src/appl/telnet/libtelnet/auth-proto.h
+++ b/src/appl/telnet/libtelnet/auth-proto.h
@@ -1,6 +1,6 @@
/*-
- * Copyright (c) 1991 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1991, 1993
+ * The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)auth-proto.h 5.3 (Berkeley) 12/18/92
+ * @(#)auth-proto.h 8.1 (Berkeley) 6/4/93
*/
/*
@@ -92,6 +92,5 @@ void kerberos5_is P((Authenticator *, unsigned char *, int));
void kerberos5_reply P((Authenticator *, unsigned char *, int));
int kerberos5_status P((Authenticator *, char *, int));
void kerberos5_printsub P((unsigned char *, int, unsigned char *, int));
-void kerberos5_forward P((Authenticator *));
#endif
#endif