diff options
Diffstat (limited to 'libXdmcp/RC32.c')
-rw-r--r-- | libXdmcp/RC32.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libXdmcp/RC32.c b/libXdmcp/RC32.c index caf19e643..99a6d3584 100644 --- a/libXdmcp/RC32.c +++ b/libXdmcp/RC32.c @@ -36,9 +36,7 @@ in this Software without prior written authorization from The Open Group. #include <X11/Xdmcp.h> int -XdmcpReadCARD32 (buffer, valuep) - XdmcpBufferPtr buffer; - CARD32Ptr valuep; +XdmcpReadCARD32 (XdmcpBufferPtr buffer, CARD32Ptr valuep) { CARD8 byte0, byte1, byte2, byte3; if (XdmcpReadCARD8 (buffer, &byte0) && |