diff options
Diffstat (limited to 'libXdmcp/RA32.c')
-rw-r--r-- | libXdmcp/RA32.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libXdmcp/RA32.c b/libXdmcp/RA32.c index 9baa28505..8f6bfd3dc 100644 --- a/libXdmcp/RA32.c +++ b/libXdmcp/RA32.c @@ -36,9 +36,7 @@ in this Software without prior written authorization from The Open Group. #include <X11/Xdmcp.h> int -XdmcpReadARRAY32 (buffer, array) - XdmcpBufferPtr buffer; - ARRAY32Ptr array; +XdmcpReadARRAY32 (XdmcpBufferPtr buffer, ARRAY32Ptr array) { int i; |