X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhmisc.c;fp=uip%2Fmhmisc.c;h=869fe1cf93ff54fbdbf776cdded6087886f16896;hp=c32157fe9b2124b5d8e707e7a471a911a44d7602;hb=ced6090a330d3d83d0bce709f756aa3d7d65fea4;hpb=337338b404931f06f0db2119c9e145e8ca5a9860 diff --git a/uip/mhmisc.c b/uip/mhmisc.c index c32157f..869fe1c 100644 --- a/uip/mhmisc.c +++ b/uip/mhmisc.c @@ -1,10 +1,10 @@ /* - * mhparse.c -- misc routines to process MIME messages - * - * This code is Copyright (c) 2002, by the authors of nmh. See the - * COPYRIGHT file in the root directory of the nmh distribution for - * complete copyright information. - */ +** mhparse.c -- misc routines to process MIME messages +** +** This code is Copyright (c) 2002, by the authors of nmh. See the +** COPYRIGHT file in the root directory of the nmh distribution for +** complete copyright information. +*/ #include #include @@ -15,8 +15,8 @@ extern int debugsw; /* - * limit actions to specified parts or content types - */ +** limit actions to specified parts or content types +*/ int npart = 0; int ntype = 0; char *parts[NPARTS + 1]; @@ -29,8 +29,8 @@ static char *errs = NULL; /* - * prototypes - */ +** prototypes +*/ int part_ok (CT, int); int type_ok (CT, int); void set_endian (void); @@ -133,8 +133,8 @@ losing_directory: /* - * Construct error message for content - */ +** Construct error message for content +*/ void content_error (char *what, CT ct, char *fmt, ...)