]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Add SEND_BH macro to helper API definitions
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 2 Nov 2012 11:20:14 +0000 (05:20 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 2 Nov 2012 11:20:14 +0000 (05:20 -0600)
helpers/defines.h

index 57823acf806ab40a77338c01ad145fede483a82c..8e50fda84994eb64eb88d483dd153d1087e78630 100644 (file)
@@ -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 */