diff options
author | KingPin <none@none> | 2008-11-05 16:13:04 -0600 |
---|---|---|
committer | KingPin <none@none> | 2008-11-05 16:13:04 -0600 |
commit | 9167e72a849a76fcd94d6d9cb7bb08a48382c2eb (patch) | |
tree | be2874c9474e1678c7768ecd8267f44ce5326356 | |
parent | c6d9b6020757db7825b33d2b69d3de016d63e1ff (diff) |
[svn] * fixed compile
--HG--
branch : trunk
-rw-r--r-- | src/trinityrealm/AuthSocket.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/trinityrealm/AuthSocket.cpp b/src/trinityrealm/AuthSocket.cpp index d937100b170..dce10fe4562 100644 --- a/src/trinityrealm/AuthSocket.cpp +++ b/src/trinityrealm/AuthSocket.cpp @@ -133,6 +133,15 @@ typedef struct AUTH_LOGON_PROOF_S uint16 unk3; } sAuthLogonProof_S; +typedef struct AUTH_RECONNECT_PROOF_C +{ + uint8 cmd; + uint8 R1[16]; + uint8 R2[20]; + uint8 R3[20]; + uint8 number_of_keys; +} sAuthReconnectProof_C; + typedef struct XFER_INIT { uint8 cmd; // XFER_INITIATE |