Release 4.1
[unix-history] / usr / src / usr.bin / tn3270 / api / api_exch.h
index 7e4bb86..c3d3e40 100644 (file)
@@ -14,7 +14,7 @@
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
- *     @(#)api_exch.h  3.3 (Berkeley) %G%
+ *     @(#)api_exch.h  4.1 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -58,8 +58,9 @@
 #define        EXCH_EXCH_TYPE          3       /* The following is a type */
 
 struct exch_exch {
 #define        EXCH_EXCH_TYPE          3       /* The following is a type */
 
 struct exch_exch {
+    char
+       opcode;                 /* COMMAND, TURNAROUND, or TYPE */
     unsigned char
     unsigned char
-       opcode,                 /* COMMAND, TURNAROUND, or TYPE */
        my_sequence,            /* 0-ff, initially zero */
        your_sequence,          /* 0-ff, initially zero */
        command_or_type;        /* Application level command or type */
        my_sequence,            /* 0-ff, initially zero */
        your_sequence,          /* 0-ff, initially zero */
        command_or_type;        /* Application level command or type */