#include <h/mhparse.h>
#include <h/addrsbr.h>
#include <h/utils.h>
+#include "base64.h"
+#include "unquote.h"
/*
* List of headers that contain addresses and as a result require special
if (groupflag && ! mn->m_ingrp) {
output = add(";", output);
- column += 1;
+ column++;
}
groupflag = mn->m_ingrp;
output = NULL;
out:
- mh_xfree(tmpbuf);
- mh_xfree(output);
+ free(tmpbuf);
+ free(output);
return errflag > 0;
}