extern int httpHeaderParseInt(const char *start, int *val);
extern void httpHeaderPutStrf(HttpHeader * hdr, http_hdr_type id, const char *fmt,...) PRINTF_FORMAT_ARG3;
+extern const char *getStringPrefix(const char *str, const char *end);
+
#endif
class HttpReply;
-extern const char *getStringPrefix(const char *str, const char *end);
-
/* store report about current header usage and other stats */
void httpHeaderStoreReport(StoreEntry * e);
SQUIDCEXTERN void httpHdrMangleList(HttpHeader *, HttpRequest *, int req_or_rep);