From f073f56cd9245475e12263e27bded8dd1745aa9d Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Fri, 2 Nov 2012 05:20:14 -0600 Subject: [PATCH] Add SEND_BH macro to helper API definitions --- helpers/defines.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/helpers/defines.h b/helpers/defines.h index 57823acf80..8e50fda849 100644 --- a/helpers/defines.h +++ b/helpers/defines.h @@ -14,4 +14,7 @@ /* send ERR result to Squid with a string parameter. */ #define SEND_ERR(x) fprintf(stdout, "ERR %s\n",x) +/* send ERR result to Squid with a string parameter. */ +#define SEND_BH(x) fprintf(stdout, "BH %s\n",x) + #endif /* __SQUID_HELPERS_DEFINES_H */ -- 2.47.3