diff options
Diffstat (limited to 'libXdmcp/A8Eq.c')
-rw-r--r-- | libXdmcp/A8Eq.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libXdmcp/A8Eq.c b/libXdmcp/A8Eq.c index b98658017..d274f788d 100644 --- a/libXdmcp/A8Eq.c +++ b/libXdmcp/A8Eq.c @@ -36,8 +36,7 @@ in this Software without prior written authorization from The Open Group. #include <X11/Xdmcp.h> int -XdmcpARRAY8Equal (array1, array2) - ARRAY8Ptr array1, array2; +XdmcpARRAY8Equal (ARRAY8Ptr array1, ARRAY8Ptr array2) { int i; |