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