X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhbuild.c;h=c0320226daf06050cc6a303479e422f234c1a6e1;hb=b17ea39dc17e5514f33b3f5c34ede92bd16e208c;hp=ba4428f77aff7c9818f08979a560b0953fbb13df;hpb=f721c7dba14ce0ed5042b8d212669014952aa324;p=mmh diff --git a/uip/mhbuild.c b/uip/mhbuild.c index ba4428f..c032022 100644 --- a/uip/mhbuild.c +++ b/uip/mhbuild.c @@ -45,12 +45,13 @@ static struct swit switches[] = { { NULL, 0 } }; +char *version=VERSION; /* ** Directory to place tmp files. This must ** be set before these routines are called. */ -char *tmp; +extern char *tmp; pid_t xpid = 0; @@ -414,7 +415,7 @@ build_mime(char *infile) add_header(ct, np, vp); /* - ** We initally assume we will find multiple contents in the + ** We initially assume we will find multiple contents in the ** draft. So create a multipart/mixed content to hold everything. ** We can remove this later, if it is not needed. */