From: Ezra Peisach Date: Mon, 2 Jul 2001 16:44:54 +0000 (+0000) Subject: * commands.c: Remove prototypes for EncryptAutoEnc(), X-Git-Tag: krb5-1.3-alpha1~1254 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7bc8516ed3e0b1e94d1140e4c3f269e66497269d;p=krb5.git * commands.c: Remove prototypes for EncryptAutoEnc(), EncryptAuthDec(), EcnryptDebug(), EncryptVerbose() as they exists in enc-proto.h in libtelnet. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13544 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/appl/telnet/telnet/ChangeLog b/src/appl/telnet/telnet/ChangeLog index 82c288f28..33d81d60d 100644 --- a/src/appl/telnet/telnet/ChangeLog +++ b/src/appl/telnet/telnet/ChangeLog @@ -1,3 +1,10 @@ +2001-07-02 Ezra Peisach + + * commands.c: Remove prototypes for EncryptAutoEnc(), + EncryptAuthDec(), EcnryptDebug(), EncryptVerbose() as they exists + in enc-proto.h in libtelnet. + + 2001-07-02 Ezra Peisach * commands.c: Declare sourceroute() static. diff --git a/src/appl/telnet/telnet/commands.c b/src/appl/telnet/telnet/commands.c index 3fb07041c..b2a9c60d1 100644 --- a/src/appl/telnet/telnet/commands.c +++ b/src/appl/telnet/telnet/commands.c @@ -655,12 +655,6 @@ static int togglehelp P((void)); #if defined(AUTHENTICATION) extern int auth_togdebug P((int)); #endif -#ifdef ENCRYPTION -extern int EncryptAutoEnc P((int)); -extern int EncryptAutoDec P((int)); -extern int EncryptDebug P((int)); -extern int EncryptVerbose P((int)); -#endif /* ENCRYPTION */ struct togglelist { char *name; /* name of toggle */