From 80ac8c6d04c04ec1f892883397507f32292ae590 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Wed, 6 May 2009 09:42:48 -0700 Subject: Ansify prototypes and move extern declarations to header files Signed-off-by: Alan Coopersmith --- bigreqscope.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bigreqscope.h') diff --git a/bigreqscope.h b/bigreqscope.h index 80648f1..b127df8 100644 --- a/bigreqscope.h +++ b/bigreqscope.h @@ -13,5 +13,11 @@ #define printfield(a,b,c,d,e) if (Verbose > 1) PrintField(a,b,c,d,e) +extern unsigned char LookForBIGREQFlag; +extern unsigned char BIGREQRequest; + +extern void BigreqEnable (FD fd, unsigned char *buf); +extern void BigreqEnableReply (FD fd, unsigned char *buf); + #endif -- cgit v1.2.1