diff options
Diffstat (limited to 'libXdmcp/RC16.c')
-rw-r--r-- | libXdmcp/RC16.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libXdmcp/RC16.c b/libXdmcp/RC16.c index 1af69a663..cd5ec4d88 100644 --- a/libXdmcp/RC16.c +++ b/libXdmcp/RC16.c @@ -36,9 +36,7 @@ in this Software without prior written authorization from The Open Group. #include <X11/Xdmcp.h> int -XdmcpReadCARD16 (buffer, valuep) - XdmcpBufferPtr buffer; - CARD16Ptr valuep; +XdmcpReadCARD16 (XdmcpBufferPtr buffer, CARD16Ptr valuep) { CARD8 high, low; |