diff options
| author | Ezra Peisach <epeisach@mit.edu> | 2001-07-02 16:44:54 +0000 |
|---|---|---|
| committer | Ezra Peisach <epeisach@mit.edu> | 2001-07-02 16:44:54 +0000 |
| commit | 7bc8516ed3e0b1e94d1140e4c3f269e66497269d (patch) | |
| tree | 316c37ba46eaf5203f46b992c3b24c77afda339b /src | |
| parent | b9850fadbea5e18d63a9ce80563e70242098725f (diff) | |
* 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
Diffstat (limited to 'src')
| -rw-r--r-- | src/appl/telnet/telnet/ChangeLog | 7 | ||||
| -rw-r--r-- | src/appl/telnet/telnet/commands.c | 6 |
2 files changed, 7 insertions, 6 deletions
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,5 +1,12 @@ 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. 2001-07-01 Ezra Peisach <epeisach@mit.edu> 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 */ |
