summaryrefslogtreecommitdiff
path: root/WC8.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 /WC8.c
parentd1eb0ee78fbb0c109f9fa8e1bc05907608fc4299 (diff)
Diffstat (limited to 'WC8.c')
-rw-r--r--WC8.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/WC8.c b/WC8.c
index 9ab6994..625e860 100644
--- a/WC8.c
+++ b/WC8.c
@@ -27,15 +27,17 @@ in this Software without prior written authorization from The Open Group.
* Author: Keith Packard, MIT X Consortium
*/
+/* $XFree86: xc/lib/Xdmcp/WC8.c,v 1.5 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
-XdmcpWriteCARD8 (buffer, value)
- XdmcpBufferPtr buffer;
- CARD8 value;
+XdmcpWriteCARD8 (
+ XdmcpBufferPtr buffer,
+ unsigned value)
{
if (buffer->pointer >= buffer->size)
return FALSE;