]> diplodocus.org Git - nmh/blob - h/utils.h
Added RFC2183 to reference of RFC1806 for Content-Disposition header.
[nmh] / h / utils.h
1
2 /*
3 * utils.h -- utility prototypes
4 *
5 * $Id$
6 */
7
8 void *mh_xmalloc(size_t);
9 void *mh_xrealloc(void *, size_t);
10 char *pwd(void);
11 char *add(char *, char *);