aboutsummaryrefslogtreecommitdiff
path: root/libXdmcp/RHead.c
diff options
context:
space:
mode:
Diffstat (limited to 'libXdmcp/RHead.c')
-rw-r--r--libXdmcp/RHead.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libXdmcp/RHead.c b/libXdmcp/RHead.c
index 6b0b837bd..a5640a5ca 100644
--- a/libXdmcp/RHead.c
+++ b/libXdmcp/RHead.c
@@ -36,9 +36,7 @@ in this Software without prior written authorization from The Open Group.
#include <X11/Xdmcp.h>
int
-XdmcpReadHeader (buffer, header)
- XdmcpBufferPtr buffer;
- XdmcpHeaderPtr header;
+XdmcpReadHeader (XdmcpBufferPtr buffer, XdmcpHeaderPtr header)
{
if (XdmcpReadCARD16 (buffer, &header->version) &&
XdmcpReadCARD16 (buffer, &header->opcode) &&