summaryrefslogtreecommitdiff
path: root/RaA32.c
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-14 16:48:48 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-14 16:48:48 +0000
commit0200b5d9bb6a599aefbb05a2217e243ea0da387b (patch)
tree3928d7e7561637579ba7c9e7df0b480605824222 /RaA32.c
parentd1eb0ee78fbb0c109f9fa8e1bc05907608fc4299 (diff)
Diffstat (limited to 'RaA32.c')
-rw-r--r--RaA32.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/RaA32.c b/RaA32.c
index 39b5c12..dd6e72e 100644
--- a/RaA32.c
+++ b/RaA32.c
@@ -27,15 +27,15 @@ in this Software without prior written authorization from The Open Group.
* Author: Keith Packard, MIT X Consortium
*/
+/* $XFree86: xc/lib/Xdmcp/RaA32.c,v 1.4 2001/12/14 19:54:55 dawes Exp $ */
+
#include <X11/Xos.h>
#include <X11/X.h>
#include <X11/Xmd.h>
#include <X11/Xdmcp.h>
int
-XdmcpReallocARRAY32 (array, length)
- ARRAY32Ptr array;
- int length;
+XdmcpReallocARRAY32 (ARRAY32Ptr array, int length)
{
CARD32Ptr newData;