From 113c04632b6a63641a91047b2b629a7868e53c8c Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 4 May 1997 09:01:34 +0000 Subject: [PATCH] more prototypes git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1663 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/telnet/libtelnet/auth-proto.h | 1 + appl/telnet/libtelnet/genget.c | 1 + appl/telnet/libtelnet/misc.c | 2 ++ 3 files changed, 4 insertions(+) diff --git a/appl/telnet/libtelnet/auth-proto.h b/appl/telnet/libtelnet/auth-proto.h index 43c8dab82..2c84e1c7c 100644 --- a/appl/telnet/libtelnet/auth-proto.h +++ b/appl/telnet/libtelnet/auth-proto.h @@ -107,6 +107,7 @@ void kerberos4_is (Authenticator *, unsigned char *, int); void kerberos4_reply (Authenticator *, unsigned char *, int); int kerberos4_status (Authenticator *, char *, int); void kerberos4_printsub (unsigned char *, int, unsigned char *, int); +int kerberos4_forward(Authenticator *ap); #endif #ifdef KRB5 diff --git a/appl/telnet/libtelnet/genget.c b/appl/telnet/libtelnet/genget.c index e7fdc4da6..a0103d6b3 100644 --- a/appl/telnet/libtelnet/genget.c +++ b/appl/telnet/libtelnet/genget.c @@ -32,6 +32,7 @@ */ #include +#include "misc-proto.h" RCSID("$Id$"); diff --git a/appl/telnet/libtelnet/misc.c b/appl/telnet/libtelnet/misc.c index 1990eeeca..1ffe4330c 100644 --- a/appl/telnet/libtelnet/misc.c +++ b/appl/telnet/libtelnet/misc.c @@ -39,6 +39,8 @@ RCSID("$Id$"); #include "misc.h" +#include "auth.h" +#include "encrypt.h" #include #include