summaryrefslogtreecommitdiff
path: root/lbx/lbxzerorep.c
diff options
context:
space:
mode:
Diffstat (limited to 'lbx/lbxzerorep.c')
-rw-r--r--lbx/lbxzerorep.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lbx/lbxzerorep.c b/lbx/lbxzerorep.c
index 350d7f0f9..50b424708 100644
--- a/lbx/lbxzerorep.c
+++ b/lbx/lbxzerorep.c
@@ -27,6 +27,7 @@ other dealings in this Software without prior written authorization
from The Open Group.
*/
+/* $XFree86: xc/programs/Xserver/lbx/lbxzerorep.c,v 1.4 2001/12/14 20:00:02 dawes Exp $ */
/*
* This module handles zeroing out unused pad bytes in core X replies.
@@ -38,10 +39,9 @@ from The Open Group.
#include "X.h"
#include <X11/Xproto.h>
-
-ZeroReplyPadBytes (buf, reqType)
- char *buf;
- int reqType;
+void
+ZeroReplyPadBytes (char *buf,
+ int reqType)
{
switch (reqType) {
case X_GetWindowAttributes: