summaryrefslogtreecommitdiff
path: root/print_bigreq.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-05-06 09:42:48 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-05-06 21:44:35 -0700
commit80ac8c6d04c04ec1f892883397507f32292ae590 (patch)
tree4133191d4c63cd27315491b6f82028cf3efca134 /print_bigreq.c
parent245871145e6a12739ed8d4512b5e2cb6b1a1721c (diff)
downloadxscope-80ac8c6d04c04ec1f892883397507f32292ae590.tar.gz
Ansify prototypes and move extern declarations to header files
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'print_bigreq.c')
-rw-r--r--print_bigreq.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/print_bigreq.c b/print_bigreq.c
index 230cee4..e0f1f6f 100644
--- a/print_bigreq.c
+++ b/print_bigreq.c
@@ -26,6 +26,7 @@
#include "x11.h"
#include "bigreqscope.h"
+void
BigreqEnable (FD fd, unsigned char *buf)
{
PrintField (buf, 0, 1, REQUEST, REQUESTHEADER) /* BigreqRequest */ ;
@@ -38,6 +39,7 @@ BigreqEnable (FD fd, unsigned char *buf)
printfield(buf, 2, 2, CONST2(2), "request length");
}
+void
BigreqEnableReply (FD fd, unsigned char *buf)
{
short n;