X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Fmhcachesbr.h;h=77caabf5dcb4585e47c7a34d223088243a84b9e1;hp=a197738444a27e23c1c38293b99e2d3ab870efaf;hb=aa2b40c1486629abb9cc4628f38f0ce88be05ed6;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b diff --git a/h/mhcachesbr.h b/h/mhcachesbr.h index a197738..77caabf 100644 --- a/h/mhcachesbr.h +++ b/h/mhcachesbr.h @@ -1,21 +1,18 @@ - /* - * mhcachesbr.h -- definitions for manipulating MIME content cache - * - * $Id$ - */ +** mhcachesbr.h -- definitions for manipulating MIME content cache +*/ /* - * various cache policies - */ +** various cache policies +*/ static struct swit caches[] = { #define CACHE_NEVER 0 - { "never", 0 }, + { "never", 0 }, #define CACHE_PRIVATE 1 - { "private", 0 }, + { "private", 0 }, #define CACHE_PUBLIC 2 - { "public", 0 }, + { "public", 0 }, #define CACHE_ASK 3 - { "ask", 0 }, - { NULL, 0 } + { "ask", 0 }, + { NULL, 0 } };