diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-10-31 17:53:32 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-10-31 17:53:32 +0000 |
commit | a250a71b04201b2df632b56f7c4c17d7cc7a6e4d (patch) | |
tree | 8f8294c349bf0494cd3c604efbc09a016d1aa30f /lib/libXdmcp/RHead.c | |
parent | 0d2f28efc0fc1ed84fbdd2f337634861698bc009 (diff) |
Update to libXdmcp 1.0.3
Diffstat (limited to 'lib/libXdmcp/RHead.c')
-rw-r--r-- | lib/libXdmcp/RHead.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libXdmcp/RHead.c b/lib/libXdmcp/RHead.c index 6b0b837bd..a5640a5ca 100644 --- a/lib/libXdmcp/RHead.c +++ b/lib/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) && |