Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/lib/libtelnet Pull up revision 1.9 (requested by assar):



details:   https://anonhg.NetBSD.org/src/rev/21c1af677cd0
branches:  netbsd-1-5
changeset: 491162:21c1af677cd0
user:      he <he%NetBSD.org@localhost>
date:      Thu Apr 05 23:25:44 2001 +0000

description:
Pull up revision 1.9 (requested by assar):
  Upgrade Heimdal to version 0.3e.

diffstat:

 lib/libtelnet/auth-proto.h |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (32 lines):

diff -r 921e7f207536 -r 21c1af677cd0 lib/libtelnet/auth-proto.h
--- a/lib/libtelnet/auth-proto.h        Thu Apr 05 23:25:41 2001 +0000
+++ b/lib/libtelnet/auth-proto.h        Thu Apr 05 23:25:44 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: auth-proto.h,v 1.8 1999/07/02 16:05:11 simonb Exp $    */
+/*     $NetBSD: auth-proto.h,v 1.8.8.1 2001/04/05 23:25:44 he Exp $    */
 
 /*-
  * Copyright (c) 1991, 1993
@@ -55,6 +55,8 @@
  * or implied warranty.
  */
 
+#ifndef _LIBTELNET_AUTH_PROTO_H_
+#define _LIBTELNET_AUTH_PROTO_H_
 #include <sys/cdefs.h>
 
 #if    defined(AUTHENTICATION)
@@ -67,8 +69,6 @@
 void auth_send_retry __P((void));
 void auth_is __P((unsigned char *, int));
 void auth_reply __P((unsigned char *, int));
-void auth_finished __P((Authenticator *, int));
-int auth_wait __P((char *));
 void auth_disable_name __P((char *));
 void auth_gen_printsub __P((unsigned char *, int, unsigned char *, int));
 
@@ -103,3 +103,4 @@
 void kerberos5_printsub __P((unsigned char *, int, unsigned char *, int));
 #endif
 #endif
+#endif /* _LIBTELNET_AUTH_PROTO_H_ */



Home | Main Index | Thread Index | Old Index