From: hno <> Date: Tue, 10 Apr 2001 04:26:00 +0000 (+0000) Subject: DigestFetchState cbdata type moved to peer_digest.c X-Git-Tag: SQUID_3_0_PRE1~1550 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=891c54ca8b6db5fc2bd875040f29b484ae08cd24;p=thirdparty%2Fsquid.git DigestFetchState cbdata type moved to peer_digest.c --- diff --git a/src/enums.h b/src/enums.h index 00cf77e244..35a2b3eeca 100644 --- a/src/enums.h +++ b/src/enums.h @@ -1,6 +1,6 @@ /* - * $Id: enums.h,v 1.189 2001/04/09 21:55:50 hno Exp $ + * $Id: enums.h,v 1.190 2001/04/09 22:26:00 hno Exp $ * * * SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -735,7 +735,6 @@ typedef enum { CBDATA_aclCheck_t, CBDATA_clientHttpRequest, CBDATA_ConnStateData, - CBDATA_DigestFetchState, CBDATA_ErrorState, CBDATA_FwdState, CBDATA_generic_cbdata,