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