From: wessels <> Date: Fri, 6 Dec 1996 00:36:12 +0000 (+0000) Subject: OLD_CODE X-Git-Tag: SQUID_3_0_PRE1~5330 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cf6b5af334e8465b22cb51f3b15dabc4fe86b0a;p=thirdparty%2Fsquid.git OLD_CODE --- diff --git a/src/mime.cc b/src/mime.cc index 7d5ef466d5..e6cd48c309 100644 --- a/src/mime.cc +++ b/src/mime.cc @@ -1,5 +1,5 @@ /* - * $Id: mime.cc,v 1.25 1996/11/25 06:15:31 wessels Exp $ + * $Id: mime.cc,v 1.26 1996/12/05 17:36:12 wessels Exp $ * * DEBUG: section 25 MIME Parsing * AUTHOR: Harvest Derived @@ -172,18 +172,18 @@ mime_headers_end(const char *mime) return (char *) end; } +#ifdef OLD_CODE int mime_headers_size(const char *mime) { const char *end; - end = mime_headers_end(mime); - if (end) return end - mime; else return 0; } +#endif const ext_table_entry * mime_ext_to_type(const char *extension)