X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib-mime%2Frfc2047.c;fp=lib-mime%2Frfc2047.c;h=5b689210c0a3d537a42dc0e65c1e02d310c3cccf;hb=230399f9632c37b66c1c117a17e8327eae6b3235;hp=71bf5c7d708f2919955884d3ae70437db6c76da2;hpb=c8c9a616c8c369da6aa06e656eacfb82af8707a8;p=apps%2Fmadmutt.git diff --git a/lib-mime/rfc2047.c b/lib-mime/rfc2047.c index 71bf5c7..5b68921 100644 --- a/lib-mime/rfc2047.c +++ b/lib-mime/rfc2047.c @@ -27,9 +27,7 @@ * please see the file GPL in the top level source directory. */ -#include -#include -#include +#include #include @@ -564,7 +562,7 @@ static int rfc2047_encode(const char *d, ssize_t dlen, int col, } -void _rfc2047_encode_string(char **pd, int encode_specials, int col) +static void _rfc2047_encode_string(char **pd, int encode_specials, int col) { char *e; ssize_t elen;