summaryrefslogtreecommitdiff
path: root/bigreqscope.h
diff options
context:
space:
mode:
Diffstat (limited to 'bigreqscope.h')
-rw-r--r--bigreqscope.h4
1 files changed, 2 insertions, 2 deletions
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