summaryrefslogtreecommitdiffstats
path: root/src/windows/wintel/struct.h
diff options
context:
space:
mode:
authorRichard Basch <probe@mit.edu>1997-02-06 02:31:41 +0000
committerRichard Basch <probe@mit.edu>1997-02-06 02:31:41 +0000
commita0b9ce4bee60136363cfff7a93c4e42eab972c02 (patch)
tree400984337fe3766653ff4cc2cb6b7d3d7f87f3f4 /src/windows/wintel/struct.h
parenta9266b1dec31de9f33b0d032b885edd377a23ee5 (diff)
downloadkrb5-a0b9ce4bee60136363cfff7a93c4e42eab972c02.tar.gz
krb5-a0b9ce4bee60136363cfff7a93c4e42eab972c02.tar.xz
krb5-a0b9ce4bee60136363cfff7a93c4e42eab972c02.zip
Windows/NT integration (V1_0_WIN32_BRANCH merge)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9788 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/wintel/struct.h')
-rw-r--r--src/windows/wintel/struct.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/windows/wintel/struct.h b/src/windows/wintel/struct.h
index cbea7850b8..bc1cc49121 100644
--- a/src/windows/wintel/struct.h
+++ b/src/windows/wintel/struct.h
@@ -9,12 +9,12 @@
#define HCONNECTION HGLOBAL
typedef struct CONNECTION {
- SCREEN *pScreen; // handle to screen associated with connection
+ SCREEN *pScreen; /* handle to screen associated with connection */
kstream ks;
SOCKET socket;
- int pnum; // port number associated with connection
- int telstate; // telnet state for this connection
- int substate; // telnet subnegotiation state
+ int pnum; /* port number associated with connection */
+ int telstate; /* telnet state for this connection */
+ int substate; /* telnet subnegotiation state */
int termsent;
int echo;
int ugoahead;
@@ -22,7 +22,7 @@ typedef struct CONNECTION {
int timing;
int backspace;
int ctrl_backspace;
- int termstate; // terminal type for this connection
+ int termstate; /* terminal type for this connection */
int width;
int height;
BOOL bResizeable;