X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhstore.c;h=1529de9638ebcac4cf4e496d00a1e288358cd57a;hp=14d7cde938c387e43202f88e99d8bf7c4a3007fb;hb=4885712264980e6cbc2039f9158027bee9213475;hpb=7879ea4084333b448c5a3a49c1cb52023e3808d1 diff --git a/uip/mhstore.c b/uip/mhstore.c index 14d7cde..1529de9 100644 --- a/uip/mhstore.c +++ b/uip/mhstore.c @@ -3,6 +3,10 @@ * mhstore.c -- store the contents of MIME messages * * $Id$ + * + * 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 @@ -11,7 +15,7 @@ #include #include #include -#include +#include #include #include #include @@ -65,8 +69,6 @@ static struct swit switches[] = { }; -extern int errno; - /* mhparse.c */ extern int checksw; extern char *tmp; /* directory to place temp files */