From 02906bf1766ad1769e03f9372611087389ee23b0 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Wed, 6 May 2009 17:00:09 -0700 Subject: Constify many char pointers Signed-off-by: Alan Coopersmith --- bigreqscope.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bigreqscope.h') diff --git a/bigreqscope.h b/bigreqscope.h index b127df8..64ba248 100644 --- a/bigreqscope.h +++ b/bigreqscope.h @@ -16,8 +16,8 @@ extern unsigned char LookForBIGREQFlag; extern unsigned char BIGREQRequest; -extern void BigreqEnable (FD fd, unsigned char *buf); -extern void BigreqEnableReply (FD fd, unsigned char *buf); +extern void BigreqEnable (FD fd, const unsigned char *buf); +extern void BigreqEnableReply (FD fd, const unsigned char *buf); #endif -- cgit v1.2.1