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