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