summaryrefslogtreecommitdiff
path: root/print_bigreq.c
diff options
context:
space:
mode:
Diffstat (limited to 'print_bigreq.c')
-rw-r--r--print_bigreq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/print_bigreq.c b/print_bigreq.c
index e0f1f6f..7bbe56e 100644
--- a/print_bigreq.c
+++ b/print_bigreq.c
@@ -27,7 +27,7 @@
#include "bigreqscope.h"
void
-BigreqEnable (FD fd, unsigned char *buf)
+BigreqEnable (FD fd, const unsigned char *buf)
{
PrintField (buf, 0, 1, REQUEST, REQUESTHEADER) /* BigreqRequest */ ;
PrintField (buf, 1, 1, BIGREQREQUEST, BIGREQREQUESTHEADER) /* BigreqSwitch */ ;
@@ -40,7 +40,7 @@ BigreqEnable (FD fd, unsigned char *buf)
}
void
-BigreqEnableReply (FD fd, unsigned char *buf)
+BigreqEnableReply (FD fd, const unsigned char *buf)
{
short n;
long m;