summaryrefslogtreecommitdiff
path: root/protocols/IcqOscarJ/src/channels.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/IcqOscarJ/src/channels.h')
-rw-r--r--protocols/IcqOscarJ/src/channels.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IcqOscarJ/src/channels.h b/protocols/IcqOscarJ/src/channels.h
index 5d7c73489b..864be6d4aa 100644
--- a/protocols/IcqOscarJ/src/channels.h
+++ b/protocols/IcqOscarJ/src/channels.h
@@ -40,6 +40,6 @@ struct snac_header
WORD wVersion;
};
-int unpackSnacHeader(snac_header *pSnacHeader, BYTE **pBuffer, WORD *pwBufferLength);
+int unpackSnacHeader(snac_header *pSnacHeader, BYTE **pBuffer, size_t *pwBufferLength);
#endif /* __CHANNELS_H */