#include <fcntl.h>
#include <h/signals.h>
#include <h/md5.h>
-#include <errno.h>
-#include <signal.h>
#include <h/mts.h>
#include <h/tws.h>
#include <h/mime.h>
char *boundary = ci->ci_values[0], **ap, **vp;
for (ap = ci->ci_attrs, vp = ci->ci_values; *ap; ++ap, ++vp) {
- if (! mh_strcasecmp ("boundary", *ap)) {
+ if (! strcasecmp ("boundary", *ap)) {
boundary = *vp;
break;
}
case 'N':
for (ap = ci2->ci_attrs, ep = ci2->ci_values; *ap; ap++, ep++)
- if (!mh_strcasecmp (*ap, "name")) {
+ if (!strcasecmp (*ap, "name")) {
fprintf (out, "%s", *ep);
break;
}