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
+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.
#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 */