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