-/*
- * unquote.c: Handle quote removal and quoted-pair strings on
+/* unquote.c -- Handle quote removal and quoted-pair strings on
* RFC 2822-5322 atoms.
*
* This code is Copyright (c) 2013, by the authors of nmh. See the
*/
#include <h/mh.h>
+#include "unquote.h"
/*
* Remove quotes (and handle escape strings) from RFC 5322 quoted-strings.
}
output[m] = '\0';
-
- return;
}