X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Fmhcachesbr.h;h=77caabf5dcb4585e47c7a34d223088243a84b9e1;hp=9c1db6a4ba0211ba7df1e86e3b15f9a81684a030;hb=0a6e4d979566bc9eae772e37d2577bed1aacef92;hpb=5dd6771b28c257af405d7248639ed0e3bcdce38b diff --git a/h/mhcachesbr.h b/h/mhcachesbr.h index 9c1db6a..77caabf 100644 --- a/h/mhcachesbr.h +++ b/h/mhcachesbr.h @@ -1,19 +1,18 @@ - /* - * mhcachesbr.h -- definitions for manipulating MIME content cache - */ +** 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 } };