summaryrefslogtreecommitdiff
path: root/lib/server/ProtocolWire.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/server/ProtocolWire.h')
-rw-r--r--lib/server/ProtocolWire.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/server/ProtocolWire.h b/lib/server/ProtocolWire.h
index ff62b66e..6dee445b 100644
--- a/lib/server/ProtocolWire.h
+++ b/lib/server/ProtocolWire.h
@@ -26,8 +26,8 @@ typedef struct
typedef struct
{
- u_int32_t mObjSize;
- u_int32_t mObjType;
+ uint32_t mObjSize;
+ uint32_t mObjType;
} PW_ObjectHeader;
#define SPECIAL_STREAM_OBJECT_TYPE 0xffffffff