summaryrefslogtreecommitdiffstats
path: root/src/windows/wintel/telnet.h
diff options
context:
space:
mode:
authorKeith Vetter <keithv@fusion.com>1995-04-27 20:14:25 +0000
committerKeith Vetter <keithv@fusion.com>1995-04-27 20:14:25 +0000
commit086a3eabb9f68c61bc44755a68edb4307a153f08 (patch)
tree89ea771a2329bbbc43c37f3126f275b776790297 /src/windows/wintel/telnet.h
parentcdd394f225858b85a43796386fdab6a41a463039 (diff)
downloadkrb5-086a3eabb9f68c61bc44755a68edb4307a153f08.tar.gz
krb5-086a3eabb9f68c61bc44755a68edb4307a153f08.tar.xz
krb5-086a3eabb9f68c61bc44755a68edb4307a153f08.zip
Clean up of Windows telnet source
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5569 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/wintel/telnet.h')
-rw-r--r--src/windows/wintel/telnet.h14
1 files changed, 10 insertions, 4 deletions
diff --git a/src/windows/wintel/telnet.h b/src/windows/wintel/telnet.h
index ee68d76308..5694f9f5f1 100644
--- a/src/windows/wintel/telnet.h
+++ b/src/windows/wintel/telnet.h
@@ -5,8 +5,8 @@
#include <stdarg.h>
#ifdef KRB5
-#include "krb5.h"
-#include "k5stream.h"
+ #include "krb5.h"
+ #include "k5stream.h"
#endif
#include "dialog.h"
@@ -25,8 +25,14 @@ extern char szHostName[64];
extern krb5_context k5_context;
#endif
-extern void parse(CONNECTION *con,unsigned char *st,int cnt);
-extern void send_naws(CONNECTION *con);
+extern void parse(
+ CONNECTION *con,
+ unsigned char *st,
+ int cnt);
+
+extern void send_naws(
+ CONNECTION *con);
+
extern char __near strTmp[];
#define DEF_WIDTH 80