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