X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/ec68c7d9fca00e976df02842dc2c9d5a523567af..4aca08ce404ffaa63000c218e8e042d7b27fbfcc:/sbr/unquote.c diff --git a/sbr/unquote.c b/sbr/unquote.c index 0708f6fd..f2e3fd07 100644 --- a/sbr/unquote.c +++ b/sbr/unquote.c @@ -6,7 +6,8 @@ * complete copyright information. */ -#include +#include "h/mh.h" +#include "unquote.h" /* * Remove quotes (and handle escape strings) from RFC 5322 quoted-strings. @@ -39,6 +40,4 @@ unquote_string(const char *input, char *output) } output[m] = '\0'; - - return; }