]>
diplodocus.org Git - nmh/blob - uip/mhmisc.h
1 /* mhmisc.h -- misc routines to process MIME messages
3 * This code is Copyright (c) 2017, by the authors of nmh. See the
4 * COPYRIGHT file in the root directory of the nmh distribution for
5 * complete copyright information.
9 int part_exact(CT
) PURE
;
11 int is_inline(CT
) PURE
;
12 int make_intermediates(char *);
13 void content_error(char *, CT
, char *, ...) CHECK_PRINTF(3, 4);
14 void flush_errors(void);
21 extern char *parts
[NPARTS
+ 1];
22 extern char *types
[NTYPES
+ 1];