* commands.c: Remove prototypes for EncryptAutoEnc(),
authorEzra Peisach <epeisach@mit.edu>
Mon, 2 Jul 2001 16:44:54 +0000 (16:44 +0000)
committerEzra Peisach <epeisach@mit.edu>
Mon, 2 Jul 2001 16:44:54 +0000 (16:44 +0000)
        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

src/appl/telnet/telnet/ChangeLog
src/appl/telnet/telnet/commands.c

index 82c288f286674831997d40009c0f93586466b6c3..33d81d60d57c6e9650113d248ea48ac85e84a91a 100644 (file)
@@ -1,3 +1,10 @@
+2001-07-02  Ezra Peisach  <epeisach@mit.edu>
+
+       * commands.c: Remove prototypes for EncryptAutoEnc(),
+       EncryptAuthDec(), EcnryptDebug(), EncryptVerbose() as they exists
+       in enc-proto.h in libtelnet.
+
+
 2001-07-02  Ezra Peisach  <epeisach@mit.edu>
 
        * commands.c: Declare sourceroute() static.
index 3fb07041c59c1787faa15bb271766a8f4e40951c..b2a9c60d18653a08526f82772627563b3128af40 100644 (file)
@@ -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 */