]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
HTCP prototypes
authorwessels <>
Sat, 28 Mar 1998 12:29:55 +0000 (12:29 +0000)
committerwessels <>
Sat, 28 Mar 1998 12:29:55 +0000 (12:29 +0000)
src/protos.h

index 2a77c1d913eb0fd8605faff7ddc3d013b40b99f3..281823594e9a0015bf465160beebcd27e7672fa0 100644 (file)
@@ -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)