From: wessels <> Date: Sat, 28 Mar 1998 12:29:55 +0000 (+0000) Subject: HTCP prototypes X-Git-Tag: SQUID_3_0_PRE1~3723 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=767c5191c86ffcfd27a0abdb4e14f8dfb8525e34;p=thirdparty%2Fsquid.git HTCP prototypes --- diff --git a/src/protos.h b/src/protos.h index 2a77c1d913..281823594e 100644 --- a/src/protos.h +++ b/src/protos.h @@ -852,6 +852,11 @@ extern double gb_to_double(const gb_t *); extern const char *gb_to_str(const gb_t *); extern void gb_flush(gb_t *); /* internal, do not use this */ +#if USE_HTCP +extern void htcpInit(void); +extern void htcpQuery(StoreEntry * e, request_t * req, peer * p); +#endif + /* String */ #define strLen(s) ((const int)(s).len) #define strBuf(s) ((const char*)(s).buf)